Re: [U-Boot] [PATCH] Fix mxc_hab documenation for DEK blob generation

2015-04-08 Thread Stefano Babic
On 27/03/2015 15:08, ulises.carde...@freescale.com wrote: > From: Ulises Cardenas > > 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 DE

[U-Boot] [PATCH] Fix mxc_hab documenation for DEK blob generation

2015-03-27 Thread Ulises.Cardenas
From: Ulises Cardenas 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 REA