Commit f97d112eb6c18e6947e054ee6b39afea724a7e9a

Authored by Ulises Cardenas
Committed by Stefano Babic
1 parent a80a65e997

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -69,6 +69,7 @@
69 69 CONFIG_SYS_FSL_SEC_COMPAT 4 /* HAB version */
70 70 CONFIG_FSL_CAAM
71 71 CONFIG_CMD_DEKBLOB
  72 +CONFIG_SYS_FSL_LE
72 73  
73 74 Note: The encrypted boot feature is only supported by HABv4 or
74 75 greater.