diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-01-28 15:37:31 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-09 07:50:51 -0500 |
commit | c62bc60f11452a68b288bd6d79b0c9ab7f57856a (patch) | |
tree | dc36b24af21c31bcd55e820ab0b4909590245fa0 /configs | |
parent | 8d6006f2ac8b58a936b4d6bb3a196a8f8ff39a6f (diff) | |
download | u-boot-c62bc60f11452a68b288bd6d79b0c9ab7f57856a.tar.gz u-boot-c62bc60f11452a68b288bd6d79b0c9ab7f57856a.tar.bz2 u-boot-c62bc60f11452a68b288bd6d79b0c9ab7f57856a.zip |
bcm968380gerg: enable watchdog and reboot with watchdog
Enable watchdog and reboot with watchdog in the configuration.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bcm968380gerg_ram_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/bcm968380gerg_ram_defconfig b/configs/bcm968380gerg_ram_defconfig index 848d898ddf..61661bd756 100644 --- a/configs/bcm968380gerg_ram_defconfig +++ b/configs/bcm968380gerg_ram_defconfig @@ -44,4 +44,6 @@ CONFIG_RESET_BCM6345=y # CONFIG_SPL_SERIAL_PRESENT is not set CONFIG_DM_SERIAL=y CONFIG_BCM6345_SERIAL=y +CONFIG_SYSRESET_WATCHDOG=y +CONFIG_WDT_BCM6345=y CONFIG_LZO=y |