aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-04-30 14:10:36 +0200
committerMarek Vasut <marex@denx.de>2018-05-20 12:06:55 +0200
commite9c891ff934324d67335f6dee601fa4f77da76a1 (patch)
treeaa13b3299da497ea1b5f816aa3f5136cc87197c2 /arch/arm
parentdecb5f66c3319bb8459be3dd01622776b91ca1e7 (diff)
downloadu-boot-e9c891ff934324d67335f6dee601fa4f77da76a1.zip
u-boot-e9c891ff934324d67335f6dee601fa4f77da76a1.tar.gz
u-boot-e9c891ff934324d67335f6dee601fa4f77da76a1.tar.bz2
ARM: rmobile: Update V2H Blanche
The V2H Blanche port was broken since some time. This patch updates the V2H Blanche 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/arm')
-rw-r--r--arch/arm/dts/r8a7792-blanche-u-boot.dts4
-rw-r--r--arch/arm/mach-rmobile/Kconfig.321
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7792-blanche-u-boot.dts b/arch/arm/dts/r8a7792-blanche-u-boot.dts
index 8eb263e..3555663 100644
--- a/arch/arm/dts/r8a7792-blanche-u-boot.dts
+++ b/arch/arm/dts/r8a7792-blanche-u-boot.dts
@@ -7,3 +7,7 @@
#include "r8a7792-blanche.dts"
#include "r8a7792-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 1ceb329..c0b5b24 100644
--- a/arch/arm/mach-rmobile/Kconfig.32
+++ b/arch/arm/mach-rmobile/Kconfig.32
@@ -41,6 +41,7 @@ config TARGET_BLANCHE
bool "Blanche board"
select DM
select DM_SERIAL
+ select USE_TINY_PRINTF
config TARGET_GOSE
bool "Gose board"