diff options
| author | Marek Vasut <[email protected]> | 2018-04-23 20:24:06 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-04-26 13:54:39 +0200 |
| commit | e6027e6f45ff6924ee5b068f3fff628ecaacadc9 (patch) | |
| tree | 7671fba9cae87b88f92b70e976f879d3f29d7018 /arch | |
| parent | 1d0cb86eb9d6c278d1491fb822c60b9ac695d2b8 (diff) | |
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 <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
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 a3f15777a6d..a42d61c450c 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 a8835f6571c..d8c6a8bac92 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" |
