From: Vagrant Cascadian Date: Tue, 11 Jul 2023 02:54:17 +0000 (+0100) Subject: prevent relocating initrd & fdt, that results in failure to boot X-Git-Tag: archive/raspbian/2024.01+dfsg-5+rpi1~3^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=87172324ffc73b1a5912432df59c6affd8172841;p=u-boot.git 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 --- diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h index 74150b7d4..a04a60fb7 100644 --- a/include/configs/sifive-unmatched.h +++ b/include/configs/sifive-unmatched.h @@ -36,6 +36,8 @@ "name=system,size=-,bootable,type=${type_guid_gpt_system};" #define CFG_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" \