mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
6b396b3162
commit
1c29ad7bc0
1 changed files with 1 additions and 2 deletions
|
|
@ -74,8 +74,7 @@ obj-$(CONFIG_P5040DS) += p_corenet/
|
|||
obj-$(CONFIG_LS102XA_NS_ACCESS) += ns_access.o
|
||||
|
||||
ifdef CONFIG_SECURE_BOOT
|
||||
obj-y += fsl_validate.o
|
||||
obj-$(CONFIG_CMD_ESBC_VALIDATE) += cmd_esbc_validate.o
|
||||
obj-$(CONFIG_CMD_ESBC_VALIDATE) += fsl_validate.o cmd_esbc_validate.o
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue