summaryrefslogtreecommitdiffstats
path: root/cpu/ixp/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ixp/cpu.c')
-rw-r--r--cpu/ixp/cpu.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud