diff --git a/u-boot-2019.04-rc4-riscv.patch b/u-boot-2019.04-rc4-riscv.patch index 5f55331..fd289b9 100644 --- a/u-boot-2019.04-rc4-riscv.patch +++ b/u-boot-2019.04-rc4-riscv.patch @@ -1,5 +1,5 @@ diff --git a/include/configs/qemu-riscv.h b/include/configs/qemu-riscv.h -index 2588c5a..d93ce9e 100644 +index 2588c5a..b7110ed 100644 --- a/include/configs/qemu-riscv.h +++ b/include/configs/qemu-riscv.h @@ -15,7 +15,7 @@ @@ -11,18 +11,20 @@ index 2588c5a..d93ce9e 100644 #define CONFIG_STANDALONE_LOAD_ADDR 0x80200000 -@@ -42,10 +42,14 @@ +@@ -41,11 +41,15 @@ + #define CONFIG_EXTRA_ENV_SETTINGS \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \ - "kernel_addr_r=0x81000000\0" \ +- "kernel_addr_r=0x81000000\0" \ - "fdt_addr_r=0x82000000\0" \ - "scriptaddr=0x82100000\0" \ - "pxefile_addr_r=0x82200000\0" \ - "ramdisk_addr_r=0x82300000\0" \ -+ "fdt_addr_r=0x85000000\0" \ -+ "scriptaddr=0x85100000\0" \ -+ "pxefile_addr_r=0x85200000\0" \ -+ "ramdisk_addr_r=0x85300000\0" \ ++ "kernel_addr_r=0x84000000\0" \ ++ "fdt_addr_r=0x88000000\0" \ ++ "scriptaddr=0x88100000\0" \ ++ "pxefile_addr_r=0x88200000\0" \ ++ "ramdisk_addr_r=0x88300000\0" \ BOOTENV +#define CONFIG_PREBOOT \ diff --git a/uboot-tools.spec b/uboot-tools.spec index 5d9fd72..7836da4 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -2,7 +2,7 @@ Name: uboot-tools Version: 2019.04 -Release: 0.6%{?candidate:.%{candidate}}.3.riscv64%{?dist} +Release: 0.6%{?candidate:.%{candidate}}.4.riscv64%{?dist} Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot