* [PATCH] doc: board: starfive: jh7110 common update OPENSBI build env reference
@ 2026-03-05 21:49 E Shattow
2026-03-16 8:34 ` Leo Liang
0 siblings, 1 reply; 2+ messages in thread
From: E Shattow @ 2026-03-05 21:49 UTC (permalink / raw)
To: Minda Chen, Hal Feng, Tom Rini, E Shattow; +Cc: u-boot
Describe build with OpenSBI fw_dynamic.bin path as OPENSBI=<path> on the
same line instead of as an export. Also remedy a typo which had the wrong
directory path before the filename.
Fixes: 8304f3226700 ("doc: board: starfive: update jh7110 common description")
Signed-off-by: E Shattow <e@freeshell.de>
---
This patch depends on https://lore.kernel.org/u-boot/24982c23-3ee6-4e33-8608-5af6dd612297@freeshell.de
-E
---
doc/board/starfive/jh7110_common.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/board/starfive/jh7110_common.rst b/doc/board/starfive/jh7110_common.rst
index b0b60da0dc3..e9c0ed5b022 100644
--- a/doc/board/starfive/jh7110_common.rst
+++ b/doc/board/starfive/jh7110_common.rst
@@ -172,8 +172,7 @@ Build U-Boot
git clone https://source.denx.de/u-boot/u-boot.git u-boot.git
make -C u-boot.git O=u-boot starfive_visionfive2_defconfig
- export OPENSBI=opensbi/build/platform/generic/firmware/fw_dynamic.bin
- make -C u-boot.git O=u-boot
+ make -C u-boot.git O=u-boot OPENSBI=opensbi/platform/generic/firmware/fw_dynamic.bin
This will generate the U-Boot SPL image object post-processed with StarFive
SPL headers (u-boot/spl/u-boot-spl.bin.normal.out) as well as the FIT image
--
2.50.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-16 8:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05 21:49 [PATCH] doc: board: starfive: jh7110 common update OPENSBI build env reference E Shattow
2026-03-16 8:34 ` Leo Liang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox