X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Fmpc5xx%2Finterrupts.c;h=a4f47c74b5d6f3b9ed98375251aa14ff7b21e0eb;hb=262423955895ba4599fa11d7c49dcffb65af0afd;hp=7f6e1363e7402e18a360ebcc27cc6ee1aee780d9;hpb=b6e4c4033c4f889c452c511d38c77808c67f9cf7;p=u-boot diff --git a/cpu/mpc5xx/interrupts.c b/cpu/mpc5xx/interrupts.c index 7f6e1363e7..a4f47c74b5 100644 --- a/cpu/mpc5xx/interrupts.c +++ b/cpu/mpc5xx/interrupts.c @@ -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