From: E Shattow <e@freeshell.de>
To: Tom Rini <trini@konsulko.com>,
Minda Chen <minda.chen@starfivetech.com>,
Hal Feng <hal.feng@starfivetech.com>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Simon Glass <sjg@chromium.org>
Cc: E Shattow <e@freeshell.de>, u-boot@lists.denx.de
Subject: [PATCH v1 1/2] doc: board: starfive: Drop setting of $fdtfile
Date: Mon, 21 Apr 2025 23:45:25 -0700 [thread overview]
Message-ID: <20250422064541.635210-2-e@freeshell.de> (raw)
In-Reply-To: <20250422064541.635210-1-e@freeshell.de>
Information about setting $fdtfile is covered by generic U-Boot docs. Drop
the redundant section.
Signed-off-by: E Shattow <e@freeshell.de>
---
doc/board/starfive/milk-v_mars.rst | 18 ------------------
doc/board/starfive/pine64_star64.rst | 16 ----------------
doc/board/starfive/visionfive2.rst | 18 ------------------
3 files changed, 52 deletions(-)
diff --git a/doc/board/starfive/milk-v_mars.rst b/doc/board/starfive/milk-v_mars.rst
index 554932ecfd4..9cfd5d7bddd 100644
--- a/doc/board/starfive/milk-v_mars.rst
+++ b/doc/board/starfive/milk-v_mars.rst
@@ -39,24 +39,6 @@ Now build the U-Boot SPL and U-Boot proper.
This will generate the U-Boot SPL image (spl/u-boot-spl.bin.normal.out) as well
as the FIT image (u-boot.itb) with OpenSBI and U-Boot.
-Device-tree selection
-~~~~~~~~~~~~~~~~~~~~~
-
-Depending on the board version U-Boot set variable $fdtfile to either
-starfive/jh7110-starfive-visionfive-2-v1.2a.dtb or
-starfive/jh7110-starfive-visionfive-2-v1.3b.dtb.
-
-To overrule this selection the variable can be set manually and saved in the
-environment
-
-::
-
- setenv fdtfile my_device-tree.dtb
- env save
-
-or the configuration variable CONFIG_DEFAULT_FDT_FILE can be used to set to
-provide a default value.
-
Boot source selection
~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/board/starfive/pine64_star64.rst b/doc/board/starfive/pine64_star64.rst
index 52e9a907917..1fdd1660a31 100644
--- a/doc/board/starfive/pine64_star64.rst
+++ b/doc/board/starfive/pine64_star64.rst
@@ -39,22 +39,6 @@ Now build the U-Boot SPL and U-Boot proper.
This will generate the U-Boot SPL image (spl/u-boot-spl.bin.normal.out) as well
as the FIT image (u-boot.itb) with OpenSBI and U-Boot.
-Device-tree selection
-~~~~~~~~~~~~~~~~~~~~~
-
-U-Boot will set variable $fdtfile to starfive/jh7110-pine64-star64.dtb.
-
-To overrule this selection the variable can be set manually and saved in the
-environment
-
-::
-
- env set fdtfile my_device-tree.dtb
- env save
-
-or the configuration variable CONFIG_DEFAULT_FDT_FILE can be used to set to
-provide a default value.
-
Boot source selection
~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/board/starfive/visionfive2.rst b/doc/board/starfive/visionfive2.rst
index 2c68df3ce4d..abda8ac21bc 100644
--- a/doc/board/starfive/visionfive2.rst
+++ b/doc/board/starfive/visionfive2.rst
@@ -71,24 +71,6 @@ Now build the U-Boot SPL and U-Boot proper
This will generate the U-Boot SPL image (spl/u-boot-spl.bin.normal.out) as well
as the FIT image (u-boot.itb) with OpenSBI and U-Boot.
-Device-tree selection
-~~~~~~~~~~~~~~~~~~~~~
-
-Depending on the board version U-Boot set variable $fdtfile to either
-starfive/jh7110-starfive-visionfive-2-v1.2a.dtb or
-starfive/jh7110-starfive-visionfive-2-v1.3b.dtb.
-
-To overrule this selection the variable can be set manually and saved in the
-environment
-
-::
-
- setenv fdtfile my_device-tree.dtb
- env save
-
-or the configuration variable CONFIG_DEFAULT_FDT_FILE can be used to provide
-a default value.
-
Flashing
~~~~~~~~
--
2.49.0
next prev parent reply other threads:[~2025-04-22 6:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 6:45 [PATCH v1 0/2] jh7110: starfive: visionfive2 drop setting of $fdtfile E Shattow
2025-04-22 6:45 ` E Shattow [this message]
2025-04-22 6:45 ` [PATCH v1 2/2] board: starfive: visionfive2: Drop " 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250422064541.635210-2-e@freeshell.de \
--to=e@freeshell.de \
--cc=hal.feng@starfivetech.com \
--cc=minda.chen@starfivetech.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.