X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Fixp%2Fcpu.c;h=2c7d5a01be7ec25b6482e191bdbe216c41017875;hb=d9ee843d54c54776e1fdb86336ce554906a87331;hp=7f9f3344b3f17d1f7e7e1a76140ff4a26eb677b2;hpb=a941b832411ef99351a42be23ff3319643dcc1a4;p=u-boot diff --git a/cpu/ixp/cpu.c b/cpu/ixp/cpu.c index 7f9f3344b3..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_PCI) +#if defined(CONFIG_CMD_PCI) || defined (CONFIG_PCI) pci_init(); #endif return 0;