diff options
author | Marek Vasut | 2018-04-23 20:24:10 +0200 |
---|---|---|
committer | Marek Vasut | 2018-04-26 13:54:39 +0200 |
commit | 49aefe300a6f52e49eeb66c9edbc45b688518fdd (patch) | |
tree | 2c01b77aa76ec80c0ccc0d736c24527bb1ba6a15 /arch | |
parent | e6027e6f45ff6924ee5b068f3fff628ecaacadc9 (diff) |
ARM: rmobile: Update M2-N Gose
The M2-N Gose port was broken since some time. This patch updates
the M2-N Gose 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/r8a7793-gose-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/r8a7793-gose-u-boot.dts b/arch/arm/dts/r8a7793-gose-u-boot.dts index 0c16dde4c73..ed6f391c62c 100644 --- a/arch/arm/dts/r8a7793-gose-u-boot.dts +++ b/arch/arm/dts/r8a7793-gose-u-boot.dts @@ -8,3 +8,7 @@ #include "r8a7793-gose.dts" #include "r8a7793-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 d8c6a8bac92..176f9a62962 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -42,6 +42,9 @@ config TARGET_GOSE bool "Gose board" select DM select DM_SERIAL + select SUPPORT_SPL + select USE_TINY_PRINTF + select SPL_TINY_MEMSET config TARGET_KOELSCH bool "Koelsch board" |