]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
iMX: Fix compilation error when enabling SECURE_BOOT
authorgaurav rana <gaurav.rana@freescale.com>
Mon, 6 Apr 2015 07:35:33 +0000 (13:05 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:43:49 +0000 (14:43 +0200)
commit41cbdecd9dce87b736c0ed1c9f886c3fec8823f2
tree220e1fb07704d1f0a36f8a2ee48cad2a961225bd
parent620faf16a1ac70d87c01d5c56d03555bde08ffd3
iMX: Fix compilation error when enabling SECURE_BOOT

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 <gaurav.rana@freescale.com>
board/freescale/common/Makefile