diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-01-19 15:49:25 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-01-27 13:12:51 +0100 |
commit | a4ced7b3a44d70569e92101acc1f625ac5999f17 (patch) | |
tree | fe20fc8e164566d03da0945761f1351b41892d20 /configs/turris_mox_defconfig | |
parent | 279b5736570b9ae5da3d589ff8df5dcc3d19296b (diff) | |
download | u-boot-a4ced7b3a44d70569e92101acc1f625ac5999f17.tar.gz |
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>
Diffstat (limited to 'configs/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 1 |
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 |