From: Alexander Sverdlin Date: Mon, 13 Jan 2025 21:15:15 +0000 (+0100) Subject: configs: capricorn_cxg3: Enable CMD_WDT X-Git-Tag: v2025.04-rc1~54^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06f6f43776d0e706dae4a86e43cc1894d90a6ae;p=pandora-u-boot.git 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 Reviewed-by: Heiko Schocher --- 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