X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpu%2Fixp%2Fcpu.c;h=2c7d5a01be7ec25b6482e191bdbe216c41017875;hb=d61ea14885631e58a25feaa81ee82eb464c62d6a;hp=7f9f3344b3f17d1f7e7e1a76140ff4a26eb677b2;hpb=72ed528a948b151e7be5ce03ed3d2b88a229dd0a;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/ixp/cpu.c b/cpu/ixp/cpu.c index 7f9f334..2c7d5a0 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;