diff options
author | MengLi <meng.li@windriver.com> | 2021-05-24 10:22:49 +0800 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-07-16 10:28:35 +0200 |
commit | aed2ebaa1fa98f53c0078d49008aa56d2c984446 (patch) | |
tree | 3aab1eb0412d48f86f6e157cafc19b838e951295 /configs | |
parent | 4f7abafe1c6af5d2fc14ef6dd1679086032805f9 (diff) | |
download | u-boot-aed2ebaa1fa98f53c0078d49008aa56d2c984446.zip u-boot-aed2ebaa1fa98f53c0078d49008aa56d2c984446.tar.gz u-boot-aed2ebaa1fa98f53c0078d49008aa56d2c984446.tar.bz2 |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index bbbae14..f83a90c 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 |