guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: u-boot-rock64-rk3328: Fix typo that causes b


From: guix-commits
Subject: branch master updated: gnu: u-boot-rock64-rk3328: Fix typo that causes boot failure.
Date: Fri, 24 Feb 2023 15:45:07 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new df8b8f0c76 gnu: u-boot-rock64-rk3328: Fix typo that causes boot 
failure.
df8b8f0c76 is described below

commit df8b8f0c76388239dac9f2892c97b92e92c92901
Author: Simon South <simon@simonsouth.net>
AuthorDate: Fri Feb 24 15:08:09 2023 -0500

    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>
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 9d56efb628..7e839fa859 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1193,7 +1193,7 @@ Documentation} for more information (for example by 
running @samp{info
           #~(modify-phases #$phases
               (add-after 'unpack 'set-environment
                 (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
        (modify-inputs (package-inputs base)
          (append arm-trusted-firmware-rk3328))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]