]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_pci.c
Add GIT version information (commid ID) to untagged U-Boot versions
[karo-tx-uboot.git] / common / cmd_pci.c
index 7641d5c8b788a24f1c58415f6f3051638c7e9391..45085462fc8d66872e8b3e1f9f8f73a53da32f41 100644 (file)
@@ -548,9 +548,9 @@ 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,
-       "pci     - list and access PCI Configuraton Space\n",
+U_BOOT_CMD(
+       pci,    5,      1,      do_pci,
+       "pci     - list and access PCI Configuration Space\n",
        "[bus] [long]\n"
        "    - short or long list of PCI devices on bus 'bus'\n"
        "pci header b.d.f\n"