summaryrefslogtreecommitdiff
path: root/configs/mx7dsabresd_qspi_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-02-18 16:09:59 -0300
committerStefano Babic <sbabic@denx.de>2020-03-10 10:59:08 +0100
commit60559d35751c57de61a6720265cc6b8a09d692ed (patch)
treece0a0de5d8e53b9f747017b662a63ad9aa28c380 /configs/mx7dsabresd_qspi_defconfig
parent182716371bd4f5008ca9f1884c97c8ca1c30f709 (diff)
mx7dsabresd: Boot in non secure by default
Booting a mainline kernel in secure mode on i.MX7D causes only one CPU to be brought up. Change it to booting in non secure mode by default, which allows the two CPUs to be brought up. It does have a side effect of not probing the CAAM driver. If CAAM driver is needed then a secure world OS such as OPTEE needs to be used. Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/mx7dsabresd_qspi_defconfig')
-rw-r--r--configs/mx7dsabresd_qspi_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx7dsabresd_qspi_defconfig b/configs/mx7dsabresd_qspi_defconfig
index 9d6a598c99..23a1c45837 100644
--- a/configs/mx7dsabresd_qspi_defconfig
+++ b/configs/mx7dsabresd_qspi_defconfig
@@ -6,7 +6,6 @@ CONFIG_ENV_OFFSET=0xC0000
CONFIG_DM_GPIO=y
CONFIG_TARGET_MX7DSABRESD=y
CONFIG_NR_DRAM_BANKS=1
-CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
# CONFIG_ARMV7_VIRT is not set
CONFIG_IMX_RDC=y
CONFIG_IMX_BOOTAUX=y