summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlises Cardenas <Ulises.Cardenas@freescale.com>2015-03-27 08:08:57 -0600
committerStefano Babic <sbabic@denx.de>2015-04-08 10:54:10 +0200
commitf97d112eb6c18e6947e054ee6b39afea724a7e9a (patch)
tree7b507c59fbc5ad4c5c88aa2ef8b33d5546f4a34d
parenta80a65e99745c3c2138716d2a1c58096e8e71697 (diff)
downloadtalos-obmc-uboot-f97d112eb6c18e6947e054ee6b39afea724a7e9a.tar.gz
talos-obmc-uboot-f97d112eb6c18e6947e054ee6b39afea724a7e9a.zip
Fix mxc_hab documenation for DEK blob generation
Include/fsl_sec.h defines sec_in and sec_out, according to the platform's endianess. Therefore, CONFIG_SYS_FSL_LE needs to be declared in the configuration file of the target, in order to use enable the DEK blob generation command. This requirement is not explicit in the README.mxc_hab. Signed-off-by: Ulises Cardenas <Ulises.Cardenas@freescale.com>
-rw-r--r--doc/README.mxc_hab1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab
index e9340dd14c..a1b1d348ed 100644
--- a/doc/README.mxc_hab
+++ b/doc/README.mxc_hab
@@ -69,6 +69,7 @@ CONFIG_SECURE_BOOT
CONFIG_SYS_FSL_SEC_COMPAT 4 /* HAB version */
CONFIG_FSL_CAAM
CONFIG_CMD_DEKBLOB
+CONFIG_SYS_FSL_LE
Note: The encrypted boot feature is only supported by HABv4 or
greater.
OpenPOWER on IntegriCloud