guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Rename u-boot-sifive-fu540 to sifive-unleashed.


From: guix-commits
Subject: 02/02: gnu: Rename u-boot-sifive-fu540 to sifive-unleashed.
Date: Thu, 5 Aug 2021 08:45:11 -0400 (EDT)

planglois pushed a commit to branch master
in repository guix.

commit e914fc5913085aa7bf768490b093a6313d750bfc
Author: Pierre Langlois <pierre.langlois@gmx.com>
AuthorDate: Mon Aug 2 15:13:11 2021 +0100

    gnu: Rename u-boot-sifive-fu540 to sifive-unleashed.
    
    * gnu/packages/bootloaders.scm (u-boot-sifive-fu540): Rename to ...
    (u-boot-sifive-unleashed): ... this.  Change board name from sifive_fu540 to
    sifive_unleashed.
    * gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Rename 
sifive_fu540
    to sifive_unleashed.
---
 gnu/packages/bootloaders.scm                           | 4 ++--
 gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 7d783d6..2889a90 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -869,8 +869,8 @@ to Novena upstream, does not load u-boot.img from the first 
partition.")
                 (patches
                  (search-patches "u-boot-riscv64-fix-extlinux.patch")))))))
 
-(define-public u-boot-sifive-fu540
-  (make-u-boot-package "sifive_fu540" "riscv64-linux-gnu"))
+(define-public u-boot-sifive-unleashed
+  (make-u-boot-package "sifive_unleashed" "riscv64-linux-gnu"))
 
 (define-public u-boot-sifive-unmatched
   (make-u-boot-package "sifive_unmatched" "riscv64-linux-gnu"))
diff --git a/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch 
b/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch
index d6c1987..468024a 100644
--- a/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch
+++ b/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch
@@ -30,8 +30,8 @@ Index: u-boot/configs/qemu-riscv64_smode_defconfig
 +CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr}; fdt addr 
${fdtcontroladdr};"
 Index: u-boot/configs/sifive_fu540_defconfig
 ===================================================================
---- u-boot.orig/configs/sifive_fu540_defconfig
-+++ u-boot/configs/sifive_fu540_defconfig
+--- u-boot.orig/configs/sifive_unleashed_defconfig
++++ u-boot/configs/sifive_unleashed_defconfig
 @@ -27,3 +27,5 @@ CONFIG_SPL_DM_SEQ_ALIAS=y
  CONFIG_SPL_CLK=y
  CONFIG_DM_MTD=y



reply via email to

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