Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
[oweals/u-boot.git] / cpu / mpc83xx / interrupts.c
index bb1fe1af3f3bba3c3ca199f7a884a640b79efb87..98ed21ccfa63af31d26e2b1a3de2f1b61cf29f89 100644 (file)
@@ -81,7 +81,7 @@ void timer_interrupt_cpu (struct pt_regs *regs)
 }
 
 
-#if (CONFIG_COMMANDS & CFG_CMD_IRQ)
+#if defined(CONFIG_CMD_IRQ)
 
 /* ripped this out of ppc4xx/interrupts.c */
 
@@ -94,4 +94,4 @@ do_irqinfo(cmd_tbl_t *cmdtp, bd_t *bd, int flag, int argc, char *argv[])
 {
 }
 
-#endif         /* CONFIG_COMMANDS & CFG_CMD_IRQ */
+#endif