From: Ulises Cardenas Date: Fri, 27 Mar 2015 14:08:57 +0000 (-0600) Subject: Fix mxc_hab documenation for DEK blob generation X-Git-Tag: v2015.04~2^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f97d112eb6c18e6947e054ee6b39afea724a7e9a;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab index e9340dd..a1b1d34 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.