From: Vagrant Cascadian Date: Mon, 10 Jan 2022 22:07:13 +0000 (+0000) 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^2^2^2^2^2^2^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e739ac38c2e98d1ecdb5aa1f22de60cee6e9dec8;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 f68d7d767..69a4eb2f2 100644 --- a/include/configs/sifive-unmatched.h +++ b/include/configs/sifive-unmatched.h @@ -59,6 +59,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" \ "fdt_addr_r=0x88000000\0" \ "scriptaddr=0x88100000\0" \