Re: [U-Boot] [PATCH][v2] iMX: Fix compilation error when enabling SECURE_BOOT

2015-04-22 Thread Stefano Babic
On 06/04/2015 09:35, Gaurav Rana wrote: > Move the compilation of file fsl_validate.c in MACRO CONFIG_CMD_ESBC_VALIDATE. > This file should be compiled only when the above MACRO is defined > > This caused a break in compilation of iMX platforms when compiling for > SECURE_BOOT > > Signed-off-by:

Re: [U-Boot] [PATCH][v2] iMX: Fix compilation error when enabling SECURE_BOOT

2015-04-06 Thread Ulises Cardenas
Hi Gaurav, On 4/6/15 2:35 AM, Gaurav Rana wrote: Move the compilation of file fsl_validate.c in MACRO CONFIG_CMD_ESBC_VALIDATE. This file should be compiled only when the above MACRO is defined This caused a break in compilation of iMX platforms when compiling for SECURE_BOOT Signed-off-by: Ga

[U-Boot] [PATCH][v2] iMX: Fix compilation error when enabling SECURE_BOOT

2015-04-06 Thread Gaurav Rana
Move the compilation of file fsl_validate.c in MACRO CONFIG_CMD_ESBC_VALIDATE. This file should be compiled only when the above MACRO is defined This caused a break in compilation of iMX platforms when compiling for SECURE_BOOT Signed-off-by: Gaurav Rana --- Changes in V2: Corrected the commit