From e7f49724efb22522571926397c38f37b3cc52b80 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 4 Oct 2022 01:06:38 +0100 Subject: [PATCH] prevent relocating initrd & fdt, that results in failure to boot Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1937246 =================================================================== Gbp-Pq: Topic riscv64 Gbp-Pq: Name unmatched-prevent-relocating-initrd-and-fdt.patch --- include/configs/sifive-unmatched.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h index 9923f3d9c..fde11e624 100644 --- a/include/configs/sifive-unmatched.h +++ b/include/configs/sifive-unmatched.h @@ -37,6 +37,8 @@ "name=system,size=-,bootable,type=${type_guid_gpt_system};" #define CONFIG_EXTRA_ENV_SETTINGS \ + "fdt_high=0xffffffffffffffff\0" \ + "initrd_high=0xffffffffffffffff\0" \ "kernel_addr_r=0x84000000\0" \ "kernel_comp_addr_r=0x88000000\0" \ "kernel_comp_size=0x4000000\0" \ -- 2.30.2