From ee8d037ce7b5ece66d085c0e6b7793e6e3fbef5b Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 13 Jul 2017 20:32:15 +0900 Subject: 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 --- arch/arm/dts/uniphier-ld20-ref.dts | 9 --------- 1 file changed, 9 deletions(-) (limited to 'arch/arm/dts/uniphier-ld20-ref.dts') diff --git a/arch/arm/dts/uniphier-ld20-ref.dts b/arch/arm/dts/uniphier-ld20-ref.dts index 2bcab967f7..494166aee2 100644 --- a/arch/arm/dts/uniphier-ld20-ref.dts +++ b/arch/arm/dts/uniphier-ld20-ref.dts @@ -50,12 +50,3 @@ &i2c0 { status = "okay"; }; - -/* for U-Boot only */ -&serial0 { - u-boot,dm-pre-reloc; -}; - -&pinctrl_uart0 { - u-boot,dm-pre-reloc; -}; -- cgit