From e6027e6f45ff6924ee5b068f3fff628ecaacadc9 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 23 Apr 2018 20:24:06 +0200 Subject: 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 Cc: Nobuhiro Iwamatsu --- arch/arm/mach-rmobile/Kconfig.32 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-rmobile/Kconfig.32') diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index a8835f6571..d8c6a8bac9 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" -- cgit v1.2.1