U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] jh7110: starfive: visionfive2 drop setting of $fdtfile
@ 2025-04-22  6:45 E Shattow
  2025-04-22  6:45 ` [PATCH v1 1/2] doc: board: starfive: Drop " E Shattow
  2025-04-22  6:45 ` [PATCH v1 2/2] board: starfive: visionfive2: " E Shattow
  0 siblings, 2 replies; 7+ messages in thread
From: E Shattow @ 2025-04-22  6:45 UTC (permalink / raw)
  To: Tom Rini, Minda Chen, Hal Feng, Heinrich Schuchardt, Simon Glass
  Cc: E Shattow, u-boot

Drop convenience hack that sets default value of $fdtfile on visionfive2
target(s). This is not needed since the JH7110 OF_UPSTREAM migration and is
anyways a duplication of code from SPL that adds friction to maintenance or
adding new variant visionfive2 targets.

If it is still desirable to have default $fdtfile values based on
OF_UPSTREAM dtb filenames then this should be provided further up the code
path in an API and not by duplicating all board detection logic again from
SPL into the main payload.

Users who need to specify $fdtfile may still do so the normal way as
described in U-Boot documentation.

E Shattow (2):
  doc: board: starfive: Drop setting of $fdtfile
  board: starfive: visionfive2: Drop setting of $fdtfile

 .../visionfive2/starfive_visionfive2.c        | 61 -------------------
 doc/board/starfive/milk-v_mars.rst            | 18 ------
 doc/board/starfive/pine64_star64.rst          | 16 -----
 doc/board/starfive/visionfive2.rst            | 18 ------
 4 files changed, 113 deletions(-)


base-commit: cde0050618968aae335dfbc930641656d51ff5d0
-- 
2.49.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-04-22 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22  6:45 [PATCH v1 0/2] jh7110: starfive: visionfive2 drop setting of $fdtfile E Shattow
2025-04-22  6:45 ` [PATCH v1 1/2] doc: board: starfive: Drop " E Shattow
2025-04-22  6:45 ` [PATCH v1 2/2] board: starfive: visionfive2: " E Shattow
2025-04-22  7:28   ` Heinrich Schuchardt
2025-04-22  9:50     ` E Shattow
2025-04-22 10:07   ` E Shattow
2025-04-22 15:17     ` Samuel Holland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox