From 38b5fa7e3d4c14e346ffd0b6236346e5803f135a Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Thu, 31 Mar 2016 16:15:23 +0200 Subject: [PATCH] nitrogen7: boot in secure mode Otherwise getting the following CAAM errors at kernel bootup: caam 30900000.caam: failed to acquire DECO 0 ... caam 30900000.caam: failed to acquire DECO 0 caam 30900000.caam: failed to instantiate RNG caam: probe of 30900000.caam failed with error -11 http://lists.denx.de/pipermail/u-boot/2016-March/250106.html Signed-off-by: Gary Bisson --- include/configs/nitrogen7.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/nitrogen7.h b/include/configs/nitrogen7.h index 593c5dea887..d947c1d3a87 100644 --- a/include/configs/nitrogen7.h +++ b/include/configs/nitrogen7.h @@ -9,6 +9,9 @@ #ifndef __NITROGEN7_CONFIG_H #define __NITROGEN7_CONFIG_H +/* Boot in secure mode for CAAM to work */ +#define CONFIG_MX7_SEC + #include "mx7_common.h" #define CONFIG_MISC_INIT_R