prevent relocating initrd & fdt, that results in failure to boot
authorVagrant Cascadian <vagrant@debian.org>
Tue, 9 Aug 2022 23:59:45 +0000 (00:59 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 9 Aug 2022 23:59:45 +0000 (00:59 +0100)
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

index fa734a66be7932558167a60d101e47f84025d6e6..e62ad6ac5ab59dccac48eb4b201786018f039891 100644 (file)
@@ -55,6 +55,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" \