diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-01-07 10:16:07 +0300 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-16 20:13:39 +0100 |
| commit | 512d49f07358535d3de535faabf13c58b39a1dd1 (patch) | |
| tree | b71db89c8fc30fa90d66c4b8a163baaad8ee502f /gnu/bootloader/u-boot.scm | |
| parent | cfc5ec77a72d4e4d04d4e93aa8dee8462baa2cf7 (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/bootloader/u-boot.scm')
| -rw-r--r-- | gnu/bootloader/u-boot.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm index b506244efdf..4c74f620007 100644 --- a/gnu/bootloader/u-boot.scm +++ b/gnu/bootloader/u-boot.scm | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | ;;; Copyright © 2023-2024 Herman Rimm <herman@rimm.ee> | 8 | ;;; Copyright © 2023-2024 Herman Rimm <herman@rimm.ee> |
| 9 | ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> | 9 | ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> |
| 10 | ;;; Copyright © 2025 dan <i@dan.games> | 10 | ;;; Copyright © 2025 dan <i@dan.games> |
| 11 | ;;; Copyright © 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com> | ||
| 11 | ;;; | 12 | ;;; |
| 12 | ;;; This file is part of GNU Guix. | 13 | ;;; This file is part of GNU Guix. |
| 13 | ;;; | 14 | ;;; |
| @@ -132,7 +133,7 @@ is BLOCK-SIZE * COUNT, or FILE size if COUNT is not given." | |||
| 132 | ;; starfive_visionfive2.dtb. We cannot guarantee that users will | 133 | ;; starfive_visionfive2.dtb. We cannot guarantee that users will |
| 133 | ;; update this U-Boot, so set the FDT explicitly. | 134 | ;; update this U-Boot, so set the FDT explicitly. |
| 134 | (plain-file "uEnv.txt" | 135 | (plain-file "uEnv.txt" |
| 135 | "fdtfile=starfive/jh7110-starfive-visionfive-2-v1.3b.dtb~%"))) | 136 | "fdtfile=starfive/jh7110-starfive-visionfive-2-v1.3b.dtb"))) |
| 136 | 137 | ||
| 137 | 138 | ||
| 138 | ;;; | 139 | ;;; |
