diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-30 14:10:36 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-05-20 12:06:55 +0200 |
commit | e9c891ff934324d67335f6dee601fa4f77da76a1 (patch) | |
tree | aa13b3299da497ea1b5f816aa3f5136cc87197c2 /arch/arm/mach-rmobile/Kconfig.32 | |
parent | decb5f66c3319bb8459be3dd01622776b91ca1e7 (diff) |
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/mach-rmobile/Kconfig.32')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index 1ceb329f1f..c0b5b2457c 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" |