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>
This commit is contained in:
Marek Vasut 2018-04-12 15:23:46 +02:00 committed by Marek Vasut
parent 68b83cb76b
commit ec7113fbb4
7 changed files with 597 additions and 169 deletions

View file

@ -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