From: Walter Schweizer Date: Mon, 28 Apr 2025 05:28:55 +0000 (+0200) Subject: siemens: capricorn: defconfig updates X-Git-Tag: v2025.07-rc1~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6695706325fd855a71c594e342ecf5663addcd98;p=pandora-u-boot.git siemens: capricorn: defconfig updates add ahab command as secure boot is used on this boards, and enable watchdog, so U-Boot triggers it. Signed-off-by: Walter Schweizer for respelling commit subject and message: Signed-off-by: Heiko Schocher --- 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