From bb6d2ff2ac96a6b3d83f7f65483a2f8087d1f902 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 23 Apr 2018 20:24:16 +0200 Subject: ARM: rmobile: Update E2 Alt The E2 Alt port was broken since some time. This patch updates the E2 Alt port to use modern frameworks, DM, DT probing, SPL for the preloading and puts it on par with the M2 Porter board. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7794-alt-u-boot.dts | 4 ++++ arch/arm/mach-rmobile/Kconfig.32 | 3 +++ 2 files changed, 7 insertions(+) (limited to 'arch') diff --git a/arch/arm/dts/r8a7794-alt-u-boot.dts b/arch/arm/dts/r8a7794-alt-u-boot.dts index 8a14e46a7ab..e179335d3a4 100644 --- a/arch/arm/dts/r8a7794-alt-u-boot.dts +++ b/arch/arm/dts/r8a7794-alt-u-boot.dts @@ -8,3 +8,7 @@ #include "r8a7794-alt.dts" #include "r8a7794-u-boot.dtsi" + +&scif2 { + u-boot,dm-pre-reloc; +}; diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index 176f9a62962..84c1a6d07bd 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -69,6 +69,9 @@ config TARGET_ALT bool "Alt board" select DM select DM_SERIAL + select SUPPORT_SPL + select USE_TINY_PRINTF + select SPL_TINY_MEMSET config TARGET_SILK bool "Silk board" -- cgit v1.3.1