diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-17 14:13:11 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-17 20:19:57 +0200 |
commit | 7d0299cd8f11f33910f15531913ff2e3d1621bda (patch) | |
tree | 691b3676b8d06c7be5d32f3a3a6eeb22079e2e78 /arch | |
parent | f2b6f82b9d97651200be3ab9f446668ae496178e (diff) | |
download | u-boot-7d0299cd8f11f33910f15531913ff2e3d1621bda.tar.gz |
ARM: rmobile: Update M2 Koelsch
The M2 Koelsch port was broken since some time. This patch updates
the M2 Koelsch 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/r8a7791-koelsch-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/r8a7791-koelsch-u-boot.dts b/arch/arm/dts/r8a7791-koelsch-u-boot.dts index 9de45bb52d..58e15a4044 100644 --- a/arch/arm/dts/r8a7791-koelsch-u-boot.dts +++ b/arch/arm/dts/r8a7791-koelsch-u-boot.dts @@ -8,3 +8,7 @@ #include "r8a7791-koelsch.dts" #include "r8a7791-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 bcadb21ba9..fe123f86ef 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -47,6 +47,9 @@ config TARGET_KOELSCH bool "Koelsch board" select DM select DM_SERIAL + select SUPPORT_SPL + select USE_TINY_PRINTF + select SPL_TINY_MEMSET config TARGET_LAGER bool "Lager board" |