From: Marek BehĂșn Date: Tue, 19 Jan 2021 14:49:25 +0000 (+0100) Subject: arm: mvebu: turris_mox: enable wdt command in defconfig X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=a4ced7b3a44d70569e92101acc1f625ac5999f17;p=u-boot.git 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 Reviewed-by: Stefan Roese --- 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