]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc5xx/interrupts.c
powerpc: Fix bootm to boot up again with a Ramdisk
[u-boot] / cpu / mpc5xx / interrupts.c
index 7f6e1363e7402e18a360ebcc27cc6ee1aee780d9..a4f47c74b5d6f3b9ed98375251aa14ff7b21e0eb 100644 (file)
@@ -178,7 +178,7 @@ void timer_interrupt_cpu (struct pt_regs *regs)
        return;
 }
 
-#if (CONFIG_COMMANDS & CFG_CMD_IRQ)
+#if defined(CONFIG_CMD_IRQ)
 /*******************************************************************************
  *
  * irqinfo - print information about IRQs
@@ -204,4 +204,4 @@ int do_irqinfo(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 
-#endif  /* CONFIG_COMMANDS & CFG_CMD_IRQ */
+#endif