mx7dsabresd: Boot in non secure by default
authorFabio Estevam <festevam@gmail.com>
Tue, 18 Feb 2020 19:09:59 +0000 (16:09 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 10 Mar 2020 09:59:08 +0000 (10:59 +0100)
commit60559d35751c57de61a6720265cc6b8a09d692ed
treece0a0de5d8e53b9f747017b662a63ad9aa28c380
parent182716371bd4f5008ca9f1884c97c8ca1c30f709
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>
configs/mx7dsabresd_defconfig
configs/mx7dsabresd_qspi_defconfig