diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2017-01-16 17:31:47 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:35:53 -0800 |
commit | 0897eb2ced0579ee58b7d50076faa93605e33ed1 (patch) | |
tree | ed6a65003b36e416639568beb99c1f699268d838 /arch/arm/cpu/armv8/Makefile | |
parent | 7c5e1feb1d780cc857632c246e78ac7a8e6cf2d7 (diff) |
kconfig: armv8: move armv8 sec_firmware CONFIG_* to Kconfig
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
[York S: clean up scripts/config_whitelist.txt]
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv8/Makefile')
-rw-r--r-- | arch/arm/cpu/armv8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/Makefile b/arch/arm/cpu/armv8/Makefile index 28ba786207..1f1de4aa9a 100644 --- a/arch/arm/cpu/armv8/Makefile +++ b/arch/arm/cpu/armv8/Makefile @@ -19,7 +19,7 @@ obj-y += cpu-dt.o ifndef CONFIG_SPL_BUILD obj-$(CONFIG_ARMV8_SPIN_TABLE) += spin_table.o spin_table_v8.o endif -obj-$(CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o +obj-$(CONFIG_$(SPL_)ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/ obj-$(CONFIG_S32V234) += s32v234/ |