Skip to content

Commit

Permalink
nitrogen7: boot in secure mode
Browse files Browse the repository at this point in the history
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 <gary.bisson@boundarydevices.com>
  • Loading branch information
gibsson committed Mar 31, 2016
1 parent 2817654 commit 38b5fa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/configs/nitrogen7.h
Expand Up @@ -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
Expand Down

0 comments on commit 38b5fa7

Please sign in to comment.