mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
microblaze: Enable watchdog via defconfig
DM watchdog should be enabled by default. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e0e9caae6b
commit
704849900a
1 changed files with 2 additions and 0 deletions
|
@ -56,3 +56,5 @@ CONFIG_XILINX_AXIEMAC=y
|
|||
CONFIG_XILINX_EMACLITE=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_XILINX_UARTLITE=y
|
||||
CONFIG_WDT=y
|
||||
CONFIG_XILINX_TB_WATCHDOG=y
|
||||
|
|
Loading…
Reference in a new issue