summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-11-22 17:19:19 -0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 21:25:08 +0100
commit8b97e353f01d7462ed35d8eb4629d34c2b8cd8ed (patch)
treea3d2999a8bc0a9f77c62387f74fdc4a7533b4d14 /configs
parent95edfe8c1e0642ca2a77fda2c3b3cc99b3a507eb (diff)
colibri_imx7: boot in secure mode by default
The CAAM driver of the downstream i.MX 7 Linux kernel seems not to work well when booting in non-secure: caam 30900000.caam: Entropy delay = 3200 caam 30900000.caam: failed to acquire DECO 0 caam 30900000.caam: Entropy delay = 3600 caam 30900000.caam: failed to acquire DECO 0 ... caam: probe of 30900000.caam failed with error -11 Unable to handle kernel NULL pointer dereference at virtual address 00000004 Default booting in secure mode. If non-secure is preferred (e.g. required for virtualization on a mainline kernel) one can use setenv bootm_boot_mode nonsec Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/colibri_imx7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig
index 71dc701141..a4ffd8f5b8 100644
--- a/configs/colibri_imx7_defconfig
+++ b/configs/colibri_imx7_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_MX7=y
CONFIG_TARGET_COLIBRI_IMX7=y
+CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
CONFIG_IMX_RDC=y
CONFIG_IMX_BOOTAUX=y
CONFIG_VIDEO=y