From 52e57be3df70773f070bfe20716f59c2212a995a Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Fri, 24 Mar 2023 09:16:48 +0100 Subject: colibri-imx8x: enable i.MX specific BOOTAUX and SNVS - Enable CONFIG_IMX_BOOTAUX - Add SNVS support Upstream-Status: Inappropriate [other] So far no boards have SNVS support enabled in mainline, even though support for iMX8QX is in place. CONFIG_IMX_BOOTAUX option in mainline can be enabled only for IMX8M. Signed-off-by: Andrejs Cainikovs --- configs/colibri-imx8x_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 248808ab4e..dc92a7b480 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -13,6 +13,8 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qxp-colibri" CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_TARGET_COLIBRI_IMX8X=y +CONFIG_IMX_SNVS_SEC_SC=y +CONFIG_IMX_BOOTAUX=y CONFIG_DISTRO_DEFAULTS=y CONFIG_REMAKE_ELF=y CONFIG_SYS_LOAD_ADDR=0x95c00000 -- cgit v1.2.3