summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-01-13 09:04:38 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-01-19 11:10:14 +0000
commitfac8c933d2828cade15370952c1609f49133b260 (patch)
tree524a7f24412411b81fc9666f0122481b8d2982c4
parent561cee701c50db8918ef746cac543f5458bed7d3 (diff)
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 <andrejs.cainikovs@toradex.com>
-rw-r--r--configs/apalis-imx8_defconfig2
1 files changed, 2 insertions, 0 deletions
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