summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-03-24 09:16:48 +0100
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-04-03 13:19:32 +0200
commit52e57be3df70773f070bfe20716f59c2212a995a (patch)
treedf13f7a9e35be4b5cd2e9520c2ad896fc1646082
parentbaf4fe1e3751449ce65eb724c20a38631fa2fe77 (diff)
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 <andrejs.cainikovs@toradex.com>
-rw-r--r--configs/colibri-imx8x_defconfig2
1 files changed, 2 insertions, 0 deletions
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