diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-18 15:00:55 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-24 13:17:41 -0700 |
commit | 26c5e5af701b82b198c7dabf75e8c96937418e1a (patch) | |
tree | c30f5c3ac94a5cafa6d3bb9cfe010b3e11dc0e80 /gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch | |
parent | 6f588bb16c45fca5cec0e7c8bfdefa22d5b94797 (diff) | |
download | guix-26c5e5af701b82b198c7dabf75e8c96937418e1a.tar.gz guix-26c5e5af701b82b198c7dabf75e8c96937418e1a.zip |
gnu: u-boot: Update to 2020.10.
* gnu/packages/bootloaders (u-boot): Update to 2020.10.
* gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Refresh patch.
Diffstat (limited to 'gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch')
-rw-r--r-- | gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch b/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch index 29dec4f5e9..d6c1987718 100644 --- a/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch +++ b/gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch @@ -32,9 +32,9 @@ Index: u-boot/configs/sifive_fu540_defconfig =================================================================== --- u-boot.orig/configs/sifive_fu540_defconfig +++ u-boot/configs/sifive_fu540_defconfig -@@ -12,3 +12,5 @@ CONFIG_DISPLAY_BOARDINFO=y - CONFIG_DEFAULT_DEVICE_TREE="hifive-unleashed-a00" - CONFIG_SYS_RELOC_GD_ENV_ADDR=y +@@ -27,3 +27,5 @@ CONFIG_SPL_DM_SEQ_ALIAS=y + CONFIG_SPL_CLK=y CONFIG_DM_MTD=y + CONFIG_DM_RESET=y +CONFIG_USE_PREBOOT=y +CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr}; fdt addr ${fdtcontroladdr};" |