summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMengLi <meng.li@windriver.com>2021-05-24 05:22:49 +0300
committerStefan Roese <sr@denx.de>2021-07-16 11:28:35 +0300
commitaed2ebaa1fa98f53c0078d49008aa56d2c984446 (patch)
tree3aab1eb0412d48f86f6e157cafc19b838e951295 /configs
parent4f7abafe1c6af5d2fc14ef6dd1679086032805f9 (diff)
downloadu-boot-aed2ebaa1fa98f53c0078d49008aa56d2c984446.tar.xz
arm: socfpga: socfpga_stratix10: enable wdt command by default
In latest u-boot code, watchdog feature is implemented, so enable wdt command by default. Signed-off-by: Meng Li <Meng.Li@windriver.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/socfpga_stratix10_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig
index bbbae14366..f83a90c5ae 100644
--- a/configs/socfpga_stratix10_defconfig
+++ b/configs/socfpga_stratix10_defconfig
@@ -39,6 +39,7 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
+CONFIG_CMD_WDT=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_NET_RANDOM_ETHADDR=y