[U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CMD_WDT

Stefan Roese sr at denx.de
Wed May 8 12:47:05 UTC 2019


This patch enables the "wdt" command, which is quite useful for watchdog
testing.

Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Eugen Hristev <eugen.hristev at microchip.com>
---
 configs/gardena-smart-gateway-at91sam_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/gardena-smart-gateway-at91sam_defconfig b/configs/gardena-smart-gateway-at91sam_defconfig
index 577dceb2d4..a25d378064 100644
--- a/configs/gardena-smart-gateway-at91sam_defconfig
+++ b/configs/gardena-smart-gateway-at91sam_defconfig
@@ -36,6 +36,7 @@ CONFIG_CMD_DM=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_MTD=y
 CONFIG_CMD_NAND=y
+CONFIG_CMD_WDT=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_PING=y
-- 
2.21.0



More information about the U-Boot mailing list