[PATCH v2 3/5] siemens: capricorn: defconfig updates
Heiko Schocher
hs at denx.de
Mon Apr 28 07:28:55 CEST 2025
From: Walter Schweizer <walter.schweizer at siemens.com>
add ahab command as secure boot is used on this boards,
and enable watchdog, so U-Boot triggers it.
Signed-off-by: Walter Schweizer <walter.schweizer at siemens.com>
for respelling commit subject and message:
Signed-off-by: Heiko Schocher <hs at denx.de>
---
Changes in v2:
- respelled commit subject and message as suggested
from Fabio
configs/imx8qxp_capricorn.config | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/imx8qxp_capricorn.config b/configs/imx8qxp_capricorn.config
index f59f2129d56..032cab63af8 100644
--- a/configs/imx8qxp_capricorn.config
+++ b/configs/imx8qxp_capricorn.config
@@ -16,6 +16,7 @@ CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
CONFIG_SYS_MMC_ENV_PART=2
CONFIG_DM_GPIO=y
+CONFIG_AHAB_BOOT=y
CONFIG_TARGET_CAPRICORN=y
CONFIG_SPL_MMC=y
@@ -129,7 +130,7 @@ CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_SCU_THERMAL=y
-# CONFIG_WATCHDOG is not set
+CONFIG_WATCHDOG=y
CONFIG_WDT=y
CONFIG_WDT_SIEMENS_PMIC=y
CONFIG_SPL_TINY_MEMSET=y
--
2.20.1
More information about the U-Boot
mailing list