summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-01-07 10:16:07 +0300
committerRutherther <rutherther@ditigal.xyz>2026-01-16 20:23:46 +0100
commit7ad0b7ec2ad6d8f409db37d31ca32644fdafe28e (patch)
tree58539699cd9262e587ef1b52911508286c6d1d4b /gnu
parentaa0883d233643f64acca281f747e0a6e6fddb35c (diff)
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/bootloader/u-boot.scm3
1 files changed, 2 insertions, 1 deletions
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 <herman@rimm.ee>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2025 dan <i@dan.games>
+;;; Copyright © 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; 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")))
;;;