From 4fa089f5a087b4fd65f1fc3050c01d4320d7ac9f Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 5 Apr 2022 17:26:39 +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 087764666..adaeeb1eb 100644 --- a/include/configs/sifive-unmatched.h +++ b/include/configs/sifive-unmatched.h @@ -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" \ "fdt_addr_r=0x88000000\0" \ "scriptaddr=0x88100000\0" \ -- 2.30.2