diff options
| author | Walter Schweizer <[email protected]> | 2025-04-28 07:28:55 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-04-28 10:46:12 -0300 |
| commit | 6695706325fd855a71c594e342ecf5663addcd98 (patch) | |
| tree | 26e9c3d75cd4a193d04714a8a20621f7f5166afb | |
| parent | eda18cc2c3db0448bc7a710e7f82b59638271264 (diff) | |
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 <[email protected]>
for respelling commit subject and message:
Signed-off-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | configs/imx8qxp_capricorn.config | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
