aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-04-23 20:24:06 +0200
committerMarek Vasut <marex@denx.de>2018-04-26 13:54:39 +0200
commite6027e6f45ff6924ee5b068f3fff628ecaacadc9 (patch)
tree7671fba9cae87b88f92b70e976f879d3f29d7018 /arch/arm/mach-rmobile
parent1d0cb86eb9d6c278d1491fb822c60b9ac695d2b8 (diff)
downloadu-boot-e6027e6f45ff6924ee5b068f3fff628ecaacadc9.zip
u-boot-e6027e6f45ff6924ee5b068f3fff628ecaacadc9.tar.gz
u-boot-e6027e6f45ff6924ee5b068f3fff628ecaacadc9.tar.bz2
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 <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.323
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32
index a8835f6..d8c6a8b 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"