prevent relocating initrd & fdt, that results in failure to boot
authorVagrant Cascadian <vagrant@debian.org>
Wed, 26 Jan 2022 19:58:27 +0000 (19:58 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Wed, 26 Jan 2022 19:58:27 +0000 (19:58 +0000)
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 f68d7d7676f2ea6f39c5c7ffbba50899757a7e42..69a4eb2f2ad980636fab5e5d49af501aa6fd6f1d 100644 (file)
@@ -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" \