diff options
Diffstat (limited to 'board/pcippc2/pcippc2.c')
| -rw-r--r-- | board/pcippc2/pcippc2.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/pcippc2/pcippc2.c b/board/pcippc2/pcippc2.c index a216c55bc..1148c6aa2 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 */ |