From 429b99d32212f01053f225d173e2e35a150a3a9b Mon Sep 17 00:00:00 2001 From: Franck LENORMAND Date: Thu, 23 Apr 2020 11:12:09 +0200 Subject: [PATCH] MLK-23834: Add snvs_security to 8dxl Add the support for the snvs_security module on all 8dxl SoC. Signed-off-by: Franck LENORMAND --- configs/imx8dxl_ddr3_evk_defconfig | 1 + configs/imx8dxl_ddr3_evk_nand_defconfig | 1 + configs/imx8dxl_evk_defconfig | 1 + configs/imx8dxl_evk_fspi_defconfig | 1 + configs/imx8dxl_phantom_mek_defconfig | 1 + configs/imx8dxl_phantom_mek_fspi_defconfig | 1 + 6 files changed, 6 insertions(+) diff --git a/configs/imx8dxl_ddr3_evk_defconfig b/configs/imx8dxl_ddr3_evk_defconfig index 6610c02..c1903f5 100644 --- a/configs/imx8dxl_ddr3_evk_defconfig +++ b/configs/imx8dxl_ddr3_evk_defconfig @@ -151,4 +151,5 @@ CONFIG_SDP_LOADADDR=0x80400000 CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 + CONFIG_SNVS_SEC_SC=y diff --git a/configs/imx8dxl_ddr3_evk_nand_defconfig b/configs/imx8dxl_ddr3_evk_nand_defconfig index 6828aa7..6b26444 100644 --- a/configs/imx8dxl_ddr3_evk_nand_defconfig +++ b/configs/imx8dxl_ddr3_evk_nand_defconfig @@ -160,4 +160,5 @@ CONFIG_SDP_LOADADDR=0x80400000 CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 + CONFIG_SNVS_SEC_SC=y diff --git a/configs/imx8dxl_evk_defconfig b/configs/imx8dxl_evk_defconfig index 8c6eba0..a1f1769 100644 --- a/configs/imx8dxl_evk_defconfig +++ b/configs/imx8dxl_evk_defconfig @@ -153,4 +153,5 @@ CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_OF_LIBFDT_OVERLAY=y + CONFIG_SNVS_SEC_SC=y diff --git a/configs/imx8dxl_evk_fspi_defconfig b/configs/imx8dxl_evk_fspi_defconfig index 2e76b30..4642f8e 100644 --- a/configs/imx8dxl_evk_fspi_defconfig +++ b/configs/imx8dxl_evk_fspi_defconfig @@ -155,4 +155,5 @@ CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_OF_LIBFDT_OVERLAY=y + CONFIG_SNVS_SEC_SC=y diff --git a/configs/imx8dxl_phantom_mek_defconfig b/configs/imx8dxl_phantom_mek_defconfig index 18d30e4..0e68bae 100644 --- a/configs/imx8dxl_phantom_mek_defconfig +++ b/configs/imx8dxl_phantom_mek_defconfig @@ -156,4 +156,5 @@ CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_OF_LIBFDT_OVERLAY=y + CONFIG_SNVS_SEC_SC=y diff --git a/configs/imx8dxl_phantom_mek_fspi_defconfig b/configs/imx8dxl_phantom_mek_fspi_defconfig index 87493aa..28aabec 100644 --- a/configs/imx8dxl_phantom_mek_fspi_defconfig +++ b/configs/imx8dxl_phantom_mek_fspi_defconfig @@ -158,4 +158,5 @@ CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_OF_LIBFDT_OVERLAY=y + CONFIG_SNVS_SEC_SC=y -- 1.9.1