diff options
Diffstat (limited to 'sys-boot/u-boot/files')
-rw-r--r-- | sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch b/sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch new file mode 100644 index 0000000..8526849 --- /dev/null +++ b/sys-boot/u-boot/files/sifive-unmached-fdt-initrd-env.patch @@ -0,0 +1,12 @@ +diff -Naur u-boot-2021.07/include/configs/sifive-unmatched.h u-boot-2021.07-mod/include/configs/sifive-unmatched.h +--- u-boot-2021.07/include/configs/sifive-unmatched.h 2021-07-05 17:11:28.000000000 +0200 ++++ u-boot-2021.07-mod/include/configs/sifive-unmatched.h 2021-07-31 18:58:45.597873661 +0200 +@@ -62,6 +62,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" \ |