mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Merge branch 'master' of git://git.denx.de/u-boot-atmel
This commit is contained in:
@ -111,7 +111,7 @@ static int init_func_watchdog_init(void)
|
||||
{
|
||||
# if defined(CONFIG_HW_WATCHDOG) && (defined(CONFIG_BLACKFIN) || \
|
||||
defined(CONFIG_M68K) || defined(CONFIG_MICROBLAZE) || \
|
||||
defined(CONFIG_SH))
|
||||
defined(CONFIG_SH) || defined(CONFIG_AT91SAM9_WATCHDOG))
|
||||
hw_watchdog_init();
|
||||
# endif
|
||||
puts(" Watchdog enabled\n");
|
||||
|
Reference in New Issue
Block a user