diff options
author | Marek Vasut | 2018-04-12 15:23:46 +0200 |
---|---|---|
committer | Marek Vasut | 2018-04-13 23:41:45 +0200 |
commit | ec7113fbb4b066549ca470b51adc6f45c41e0eef (patch) | |
tree | 248dc0d1d4cc4999961025e10fee35a0b76220e7 /arch | |
parent | 68b83cb76bae38e88cd460ccfb7ee5862d58947f (diff) |
ARM: rmobile: Update H2 Stout
The H2 Stout port was broken since some time. This patch updates
the H2 Stout port to use modern frameworks, DM, DT probing, SPL
and TPL 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/mach-rmobile/Kconfig.32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index 97260dfefb9..37e0cbab79f 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -78,6 +78,9 @@ config TARGET_STOUT bool "Stout board" select DM select DM_SERIAL + select SUPPORT_TPL + select SUPPORT_SPL + select SPL_DM if SPL endchoice |