guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 512d49f07358535d3de535faabf13c58b39a1dd1
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Wed Jan 7 10:16:07 2026 +0300
gnu: install-starfive-visionfive2-uEnv.txt: Remove "~%".
* gnu/bootloader/u-boot.scm (install-starfive-visionfive2-uEnv.txt): Remove
an extra "~%" from the file contents.
Change-Id: Ie83ae01702538153017e45da51ce2c3000df7899
Signed-off-by: Rutherther <[email protected]>
---
gnu/bootloader/u-boot.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm
index b506244efd..4c74f62000 100644
--- a/gnu/bootloader/u-boot.scm
+++ b/gnu/bootloader/u-boot.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2023-2024 Herman Rimm <[email protected]>
;;; Copyright © 2024 Zheng Junjie <[email protected]>
;;; Copyright © 2025 dan <[email protected]>
+;;; Copyright © 2026 Artyom V. Poptsov <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -132,7 +133,7 @@ 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~%")))
+ "fdtfile=starfive/jh7110-starfive-visionfive-2-v1.3b.dtb")))
;;;