diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-23 20:24:06 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-26 13:54:39 +0200 |
commit | e6027e6f45ff6924ee5b068f3fff628ecaacadc9 (patch) | |
tree | 7671fba9cae87b88f92b70e976f879d3f29d7018 /arch | |
parent | 1d0cb86eb9d6c278d1491fb822c60b9ac695d2b8 (diff) | |
download | u-boot-e6027e6f45ff6924ee5b068f3fff628ecaacadc9.tar.gz |
ARM: rmobile: Update H2 Lager
The H2 Lager port was broken since some time. This patch updates
the H2 Lager 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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/r8a7790-lager-u-boot.dts | 4 | ||||
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.32 | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7790-lager-u-boot.dts b/arch/arm/dts/r8a7790-lager-u-boot.dts index a3f15777a6..a42d61c450 100644 --- a/arch/arm/dts/r8a7790-lager-u-boot.dts +++ b/arch/arm/dts/r8a7790-lager-u-boot.dts @@ -8,3 +8,7 @@ #include "r8a7790-lager.dts" #include "r8a7790-u-boot.dtsi" + +&scif0 { + u-boot,dm-pre-reloc; +}; diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index a8835f6571..d8c6a8bac9 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -55,6 +55,9 @@ config TARGET_LAGER bool "Lager board" select DM select DM_SERIAL + select SUPPORT_SPL + select USE_TINY_PRINTF + select SPL_TINY_MEMSET config TARGET_KZM9G bool "KZM9D board" |