mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: u-boot-rock64-rk3328: Fix typo that causes boot failure.
* gnu/packages/bootloaders.scm (u-boot-rock64-rk3328)[arguments]: Fix typo. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
5609d7dab9
commit
df8b8f0c76
1 changed files with 1 additions and 1 deletions
|
@ -1193,7 +1193,7 @@ Documentation} for more information (for example by running @samp{info
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(add-after 'unpack 'set-environment
|
(add-after 'unpack 'set-environment
|
||||||
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
||||||
(setenv "BL31 "(search-input-file inputs "bl31.elf"))))))))
|
(setenv "BL31" (search-input-file inputs "bl31.elf"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs base)
|
(modify-inputs (package-inputs base)
|
||||||
(append arm-trusted-firmware-rk3328))))))
|
(append arm-trusted-firmware-rk3328))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue