diff options
author | Stefan Roese <sr@denx.de> | 2019-05-08 14:47:05 +0200 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-05-15 09:33:58 +0300 |
commit | 0c8baa619dffde84b07b3b7a71e801cab4f09f7e (patch) | |
tree | 8611672e15921273ed573fcdeb7b8a32b3d595bf /configs/gardena-smart-gateway-at91sam_defconfig | |
parent | a69120a0d7c8d4044cdaceea9eb03913ba4e49c7 (diff) | |
download | u-boot-0c8baa619dffde84b07b3b7a71e801cab4f09f7e.tar.gz |
arm: at91: gardena-smart-gateway-at91sam: Enable CMD_WDT
This patch enables the "wdt" command, which is quite useful for watchdog
testing.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/gardena-smart-gateway-at91sam_defconfig')
-rw-r--r-- | configs/gardena-smart-gateway-at91sam_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |