guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bootloader: Update install-allwinner64-u-boo


From: guix-commits
Subject: branch master updated: gnu: bootloader: Update install-allwinner64-u-boot.
Date: Mon, 08 Feb 2021 20:31:03 -0500

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

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a65c935  gnu: bootloader: Update install-allwinner64-u-boot.
a65c935 is described below

commit a65c935e29766940148d52b8116634b1e1cbcba6
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Mon Feb 8 15:57:42 2021 -0800

    gnu: bootloader: Update install-allwinner64-u-boot.
    
    * gnu/bootloader/u-boot.scm (install-allwinner64-u-boot): Update to
      use a single file to install.
---
 gnu/bootloader/u-boot.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm
index 6f4dc94..122c7c9 100644
--- a/gnu/bootloader/u-boot.scm
+++ b/gnu/bootloader/u-boot.scm
@@ -73,12 +73,9 @@
 
 (define install-allwinner64-u-boot
   #~(lambda (bootloader root-index image)
-      (let ((spl (string-append bootloader "/libexec/spl/sunxi-spl.bin"))
-            (u-boot (string-append bootloader "/libexec/u-boot.itb")))
+      (let ((spl (string-append bootloader 
"/libexec/u-boot-sunxi-with-spl.fit.itb")))
         (write-file-on-device spl (stat:size (stat spl))
-                              image (* 8 1024))
-        (write-file-on-device u-boot (stat:size (stat u-boot))
-                              image (* 40 1024)))))
+                              image (* 8 1024)))))
 
 (define install-imx-u-boot
   #~(lambda (bootloader root-index image)



reply via email to

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