]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARMv8/sec-firmware: fix a compile error
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Tue, 6 Sep 2016 06:23:07 +0000 (14:23 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2016 00:57:36 +0000 (20:57 -0400)
commit81049ba8f43618a85867d88bb612fb5106f41dad
treeac61ee1c5fe89bfb5b81243c1bfbb30b3c6a812f
parent22a402f00c9de841026105baa219a03d2273c01c
ARMv8/sec-firmware: fix a compile error

When enabled sec firmware framework, but lack of definition of
the marco SEC_FIRMWARE_FIT_IMAGE, SEC_FIRMEWARE_FIT_CNF_NAME
and SEC_FIRMWARE_TARGET_EL, there will be some build errors,
so give a default definition.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
arch/arm/cpu/armv8/sec_firmware.c