diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-13 20:32:15 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-26 22:27:15 +0900 |
commit | ee8d037ce7b5ece66d085c0e6b7793e6e3fbef5b (patch) | |
tree | 1bb03f8871c41c669f29f46c95ddce08e4eadd15 /arch/arm/mach-uniphier/boot-device/Makefile | |
parent | 609bf924117950b88987a5fa477acf1239bfdbc1 (diff) |
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/boot-device/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/boot-device/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-uniphier/boot-device/Makefile b/arch/arm/mach-uniphier/boot-device/Makefile index abb58a729a..b357292130 100644 --- a/arch/arm/mach-uniphier/boot-device/Makefile +++ b/arch/arm/mach-uniphier/boot-device/Makefile @@ -14,7 +14,3 @@ obj-$(CONFIG_ARCH_UNIPHIER_LD6B) += boot-device-pxs2.o obj-$(CONFIG_ARCH_UNIPHIER_LD11) += boot-device-ld11.o obj-$(CONFIG_ARCH_UNIPHIER_LD20) += boot-device-ld11.o obj-$(CONFIG_ARCH_UNIPHIER_PXS3) += boot-device-pxs3.o - -ifdef CONFIG_SPL_BUILD -obj-$(CONFIG_SPL_BOARD_LOAD_IMAGE) += spl_board.o -endif |