summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-01-19 15:49:25 +0100
committerStefan Roese <sr@denx.de>2021-01-27 13:12:51 +0100
commita4ced7b3a44d70569e92101acc1f625ac5999f17 (patch)
treefe20fc8e164566d03da0945761f1351b41892d20
parent279b5736570b9ae5da3d589ff8df5dcc3d19296b (diff)
downloadu-boot-a4ced7b3a44d70569e92101acc1f625ac5999f17.tar.gz
u-boot-a4ced7b3a44d70569e92101acc1f625ac5999f17.tar.xz
u-boot-a4ced7b3a44d70569e92101acc1f625ac5999f17.zip
arm: mvebu: turris_mox: enable wdt command in defconfig
Enable wdt command in defconfig for Turris MOX. This is useful when doing debugging. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r--configs/turris_mox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 66dc2473d6..4543acf073 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -31,6 +31,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_CACHE=y