From fac8c933d2828cade15370952c1609f49133b260 Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Fri, 13 Jan 2023 09:04:38 +0100 Subject: apalis-imx8: enable i.MX specific BOOTAUX and SNVS - Enable CONFIG_IMX_BOOTAUX - Add SNVS support Upstream-Status: Inappropriate [other] SNVS support on mainline is present only for iMX8QX, but not for QM. CONFIG_IMX_BOOTAUX option on mainline can be enabled only for IMX8M. Signed-off-by: Andrejs Cainikovs --- configs/apalis-imx8_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig index ab321e1b89..9861a3c3a3 100644 --- a/configs/apalis-imx8_defconfig +++ b/configs/apalis-imx8_defconfig @@ -13,6 +13,8 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qm-apalis" CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_TARGET_APALIS_IMX8=y +CONFIG_IMX_SNVS_SEC_SC=y +CONFIG_IMX_BOOTAUX=y CONFIG_DISTRO_DEFAULTS=y CONFIG_REMAKE_ELF=y CONFIG_SYS_LOAD_ADDR=0x95400000 -- cgit v1.2.3