~ruther/guix-local

9015ab3622c7056eab362e21ae265c35d185fe5c — Artyom V. Poptsov a month ago 7782a47
gnu: install-starfive-visionfive2-uEnv.txt: Set extra options.

* gnu/bootloader/u-boot.scm (install-starfive-visionfive2-uEnv.txt): Set
"boot_targets" and "bootcmd_mmc1".

Change-Id: I0ce157d66e792af605cfdb7cc5dbecf6e5171c5a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/bootloader/u-boot.scm
M gnu/bootloader/u-boot.scm => gnu/bootloader/u-boot.scm +6 -1
@@ 138,7 138,12 @@ is BLOCK-SIZE * COUNT, or FILE size if COUNT is not given."
    ;; starfive_visionfive2.dtb.  We cannot guarantee that users will
    ;; update this U-Boot, so set the FDT explicitly.
    (plain-file "uEnv.txt"
      "fdtfile=starfive/jh7110-starfive-visionfive-2-v1.3b.dtb")))
                (string-join
                 (list
                  "boot_targets=mmc1 nvme0 mmc0 dhcp"
                  "bootcmd_mmc1=bootflow scan"
                  "fdtfile=starfive/jh7110-starfive-visionfive-2-v1.3b.dtb")
                 "\n"))))


;;;