X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fpcippc2%2Fpcippc2.c;h=1148c6aa273d814501f772917d11469db8ce5d43;hb=0db37dc2eed30884db2daa24dbd9a113b5d00610;hp=a216c55bc6ad149be937e92d0fb4a9a92b0933e3;hpb=7a635e004ec12bd2a0bae9f90fbb5769b524a42e;p=oweals%2Fu-boot.git diff --git a/board/pcippc2/pcippc2.c b/board/pcippc2/pcippc2.c index a216c55bc6..1148c6aa27 100644 --- a/board/pcippc2/pcippc2.c +++ b/board/pcippc2/pcippc2.c @@ -202,7 +202,7 @@ void watchdog_reset (void) enable_interrupts (); } -#if (CONFIG_COMMANDS & CFG_CMD_BSP) +#if defined(CONFIG_CMD_BSP) int do_wd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) { switch (argc) { @@ -241,5 +241,5 @@ U_BOOT_CMD( "wd - print current status\n" ); -#endif /* CFG_CMD_BSP */ +#endif #endif /* CONFIG_WATCHDOG */