diff options
Diffstat (limited to 'board/ssv/common/wd_pio.c')
| -rw-r--r-- | board/ssv/common/wd_pio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ssv/common/wd_pio.c b/board/ssv/common/wd_pio.c index 69e9ed7a7..9945c5987 100644 --- a/board/ssv/common/wd_pio.c +++ b/board/ssv/common/wd_pio.c @@ -156,5 +156,5 @@ U_BOOT_CMD(  	"wd off  - switch watchdog off\n"  	"wd      - print current status\n"  ); -#endif	/* CFG_CMD_BSP */ +#endif  #endif	/* CONFIG_HW_WATCHDOG */ |