Patch by Kenneth Johansson, 30 Jun 2003:
get rid of MK_CMD_ENTRY macro; update doc/README.command
diff --git a/common/cmd_pci.c b/common/cmd_pci.c
index 7641d5c..8d4d901 100644
--- a/common/cmd_pci.c
+++ b/common/cmd_pci.c
@@ -548,8 +548,8 @@
/***************************************************/
-cmd_tbl_t U_BOOT_CMD(PCI) = MK_CMD_ENTRY(
- "pci", 5, 1, do_pci,
+U_BOOT_CMD(
+ pci, 5, 1, do_pci,
"pci - list and access PCI Configuraton Space\n",
"[bus] [long]\n"
" - short or long list of PCI devices on bus 'bus'\n"