From: Philippe Reynes Date: Mon, 28 Jan 2019 14:37:31 +0000 (+0100) Subject: bcm968380gerg: enable watchdog and reboot with watchdog X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c62bc60f11452a68b288bd6d79b0c9ab7f57856a;p=u-boot.git bcm968380gerg: enable watchdog and reboot with watchdog Enable watchdog and reboot with watchdog in the configuration. Signed-off-by: Philippe Reynes --- 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