mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-23 07:01:38 +00:00
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:
parent
68b83cb76b
commit
ec7113fbb4
7 changed files with 597 additions and 169 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue