@@ -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
~~~~~~~~~~~~~~~~~~~~~
@@ -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
~~~~~~~~~~~~~~~~~~~~~
@@ -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
~~~~~~~~
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(-)