]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_pci.c
Patch by Kenneth Johansson, 30 Jun 2003:
[people/ms/u-boot.git] / common / cmd_pci.c
index 7641d5c8b788a24f1c58415f6f3051638c7e9391..8d4d90107cec837a5f54dcc14abf413931f03f7a 100644 (file)
@@ -548,8 +548,8 @@ int do_pci (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 /***************************************************/
 
 
-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"