diff mbox series

configs: capricorn_cxg3: Enable CMD_WDT

Message ID 20250113211518.1276899-1-alexander.sverdlin@siemens.com
State New
Headers show
Series configs: capricorn_cxg3: Enable CMD_WDT | expand

Commit Message

A. Sverdlin Jan. 13, 2025, 9:15 p.m. UTC
From: Alexander Sverdlin <alexander.sverdlin@siemens.com>

Capricorn boards have WDT (WDT_SIEMENS_PMIC) and U-Boot is not configured
to trigger the WDT. Enable the "wdt" command to be able to stop the WDT
from the command line.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
---
 configs/capricorn_cxg3_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Heiko Schocher Jan. 14, 2025, 5:50 a.m. UTC | #1
Hello Alexander,

On 13.01.25 22:15, A. Sverdlin wrote:
> From: Alexander Sverdlin <alexander.sverdlin@siemens.com>
> 
> Capricorn boards have WDT (WDT_SIEMENS_PMIC) and U-Boot is not configured
> to trigger the WDT. Enable the "wdt" command to be able to stop the WDT
> from the command line.
> 
> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
> ---
>   configs/capricorn_cxg3_defconfig | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
diff mbox series

Patch

diff --git a/configs/capricorn_cxg3_defconfig b/configs/capricorn_cxg3_defconfig
index 276445528a9..fa1c279ef94 100644
--- a/configs/capricorn_cxg3_defconfig
+++ b/configs/capricorn_cxg3_defconfig
@@ -76,6 +76,7 @@  CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_READ=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y