diff options
author | Alexander Sverdlin <alexander.sverdlin@siemens.com> | 2025-01-13 22:15:15 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-01-16 10:16:30 -0300 |
commit | e06f6f43776d0e706dae4a86e43cc1894d90a6ae (patch) | |
tree | b2d2f0439aabe739f9cb0b26a0d4ed1a75e1bf2a | |
parent | 99039271c00149322bec3f8fad9128fe4fa93502 (diff) |
configs: capricorn_cxg3: Enable CMD_WDT
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>
Reviewed-by: Heiko Schocher <hs@denx.de>
-rw-r--r-- | configs/capricorn_cxg3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |