X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=common%2Fcmd_universe.c;h=ea977828a05e35c359c4b3765e86f03601d3a3ee;hb=3b089e4f889a2902449d55e081c886ae607cae89;hp=cc55dc9303492d8e44654f69f9bb812d56aeef1f;hpb=65c450b47a62659d522cfa8f4fa1e4e5c60dccd0;p=karo-tx-uboot.git diff --git a/common/cmd_universe.c b/common/cmd_universe.c index cc55dc9303..ea977828a0 100644 --- a/common/cmd_universe.c +++ b/common/cmd_universe.c @@ -28,8 +28,6 @@ #include -#if (CONFIG_COMMANDS & CFG_CMD_UNIVERSE) || defined(CONFIG_CMD_UNIVERSE) - #define PCI_VENDOR PCI_VENDOR_ID_TUNDRA #define PCI_DEVICE PCI_DEVICE_ID_TUNDRA_CA91C042 @@ -386,5 +384,3 @@ U_BOOT_CMD( " 02 -> D16 Data Width\n" " 03 -> D32 Data Width\n" ); - -#endif /* (CONFIG_COMMANDS & CFG_CMD_UNIVERSE) */