summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Behún <marek.behun@nic.cz>2021-02-26 10:30:21 +0100
committerStefan Roese <sr@denx.de>2021-04-08 08:44:51 +0200
commit33691d9c8238b4f349b8b878f5ee3288ab309f00 (patch)
tree0169740f88b379a60b0678d5a6b3fe0fc19d68a5
parent1972d58e9765c9fc75cf1e1317bc5f522f0e45ff (diff)
downloadu-boot-33691d9c8238b4f349b8b878f5ee3288ab309f00.tar.gz
u-boot-33691d9c8238b4f349b8b878f5ee3288ab309f00.tar.xz
u-boot-33691d9c8238b4f349b8b878f5ee3288ab309f00.zip
arm: mvebu: turris_omnia: Enable CMD_WDT
This command can be sometimes used for debugging. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Pali Rohár <pali@kernel.org> Acked-by: Pali Rohár <pali@kernel.org>
-rw-r--r--configs/turris_omnia_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 810eacefc2..295f05f3b3 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -46,6 +46,7 @@ CONFIG_CMD_SATA=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_TFTPPUT=y
+CONFIG_CMD_WDT=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_AES=y