X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Fixp%2Fcpu.c;h=2c7d5a01be7ec25b6482e191bdbe216c41017875;hb=d9ee843d54c54776e1fdb86336ce554906a87331;hp=ef6c55273a72365291247521f5dbe4b409877a28;hpb=737184114ec9c9e0ab94d6713536126073bd2472;p=u-boot diff --git a/cpu/ixp/cpu.c b/cpu/ixp/cpu.c index ef6c55273a..2c7d5a01be 100644 --- a/cpu/ixp/cpu.c +++ b/cpu/ixp/cpu.c @@ -85,7 +85,7 @@ int cpu_init (void) FIQ_STACK_START = IRQ_STACK_START - CONFIG_STACKSIZE_IRQ; #endif -#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_CMD_PCI) || defined (CONFIG_PCI) +#if defined(CONFIG_CMD_PCI) || defined (CONFIG_PCI) pci_init(); #endif return 0;