]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix mxc_hab documenation for DEK blob generation
authorUlises Cardenas <Ulises.Cardenas@freescale.com>
Fri, 27 Mar 2015 14:08:57 +0000 (08:08 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:16 +0000 (14:38 +0200)
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>
doc/README.mxc_hab

index e9340dd14cd4a6f687116712f5cee86a7513f555..a1b1d348ed464212f4a4447db8931ea59664f646 100644 (file)
@@ -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.