[PATCH v4,2/2] driver: watchdog: enable wdt command by default

Stefan Roese sr at denx.de
Sat May 22 14:10:31 CEST 2021


On 11.05.21 09:35, Meng.Li at windriver.com wrote:
> From: MengLi <meng.li at windriver.com>
> 
> In latest u-boot code, watchdog feature is implemented, so enable
> wdt command by default.
> 
> Signed-off-by: Meng Li <Meng.Li at windriver.com>
> ---
>   configs/socfpga_stratix10_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig
> index 02d4ac0dae..0256afe511 100644
> --- a/configs/socfpga_stratix10_defconfig
> +++ b/configs/socfpga_stratix10_defconfig
> @@ -40,6 +40,7 @@ CONFIG_CMD_CACHE=y
>   CONFIG_CMD_EXT4=y
>   CONFIG_CMD_FAT=y
>   CONFIG_CMD_FS_GENERIC=y
> +CONFIG_CMD_WDT=y

This patch is not really a "watchdog" patch. Please change the commit
subject line to something like this:

arm: socfpga: socfpga_stratix10: Enable watchdog command

Thanks,
Stefan


More information about the U-Boot mailing list