aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/arm64/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-13 20:32:15 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-26 22:27:15 +0900
commitee8d037ce7b5ece66d085c0e6b7793e6e3fbef5b (patch)
tree1bb03f8871c41c669f29f46c95ddce08e4eadd15 /arch/arm/mach-uniphier/arm64/Makefile
parent609bf924117950b88987a5fa477acf1239bfdbc1 (diff)
downloadu-boot-ee8d037ce7b5ece66d085c0e6b7793e6e3fbef5b.zip
u-boot-ee8d037ce7b5ece66d085c0e6b7793e6e3fbef5b.tar.gz
u-boot-ee8d037ce7b5ece66d085c0e6b7793e6e3fbef5b.tar.bz2
ARM: uniphier: remove SPL support for ARMv8 SoCs
It has been a while since ARM Trusted Firmware supported UniPhier SoC family. U-Boot SPL was intended as a temporary loader that runs in secure world. It is a maintenance headache to support two different boot mechanisms. Secure firmware is realm of ARM Trusted Firmware and now U-Boot only serves as a non-secure boot loader for UniPhier ARMv8 SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/arm64/Makefile')
-rw-r--r--arch/arm/mach-uniphier/arm64/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-uniphier/arm64/Makefile b/arch/arm/mach-uniphier/arm64/Makefile
index 06072f2..12d91e0 100644
--- a/arch/arm/mach-uniphier/arm64/Makefile
+++ b/arch/arm/mach-uniphier/arm64/Makefile
@@ -2,14 +2,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifdef CONFIG_SPL_BUILD
-obj-y += timer.o
-else
obj-y += mem_map.o
-ifdef CONFIG_ARMV8_MULTIENTRY
-obj-y += smp.o smp_kick_cpus.o
-obj-$(CONFIG_ARCH_UNIPHIER_LD20) += arm-cci500.o
-else
obj-$(CONFIG_ARCH_UNIPHIER_LD20) += lowlevel_init.o
-endif
-endif