diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-02-18 16:09:59 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-03-10 10:59:08 +0100 |
commit | 60559d35751c57de61a6720265cc6b8a09d692ed (patch) | |
tree | ce0a0de5d8e53b9f747017b662a63ad9aa28c380 /configs | |
parent | 182716371bd4f5008ca9f1884c97c8ca1c30f709 (diff) | |
download | u-boot-60559d35751c57de61a6720265cc6b8a09d692ed.tar.gz u-boot-60559d35751c57de61a6720265cc6b8a09d692ed.tar.xz u-boot-60559d35751c57de61a6720265cc6b8a09d692ed.zip |
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')
-rw-r--r-- | configs/mx7dsabresd_defconfig | 1 | ||||
-rw-r--r-- | configs/mx7dsabresd_qspi_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 02f1d2a115..e948091a92 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_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 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 |