diff mbox series

[v5,2/2] arm: socfpga: socfpga_stratix10: enable wdt command by default

Message ID 20210524022249.16841-2-Meng.Li@windriver.com
State Accepted
Commit aed2ebaa1fa98f53c0078d49008aa56d2c984446
Delegated to: Stefan Roese
Headers show
Series [v5,1/2] driver: watchdog: reset watchdog in designware_wdt_stop() function | expand

Commit Message

Meng Li May 24, 2021, 2:22 a.m. UTC
From: MengLi <meng.li@windriver.com>

In latest u-boot code, watchdog feature is implemented, so enable
wdt command by default.

Signed-off-by: Meng Li <Meng.Li@windriver.com>

---
v2:
Change the title of this patch
---
 configs/socfpga_stratix10_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Roese July 16, 2021, 10:17 a.m. UTC | #1
On 24.05.21 04:22, Meng.Li@windriver.com wrote:
> From: MengLi <meng.li@windriver.com>
> 
> In latest u-boot code, watchdog feature is implemented, so enable
> wdt command by default.
> 
> Signed-off-by: Meng Li <Meng.Li@windriver.com>

Applied to u-boot-marvell/master

Thanks,
Stefan
> ---
> v2:
> Change the title of this patch
> ---
>   configs/socfpga_stratix10_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig
> index da8bf986cd..7c6ee3c001 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
> 


Viele Grüße,
Stefan
diff mbox series

Patch

diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig
index da8bf986cd..7c6ee3c001 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