projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9347cf1
)
prevent relocating initrd & fdt, that results in failure to boot
author
Vagrant Cascadian
<vagrant@debian.org>
Mon, 10 Jan 2022 22:07:13 +0000
(22:07 +0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Mon, 10 Jan 2022 22:07:13 +0000
(22:07 +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
patch
|
blob
|
history
diff --git
a/include/configs/sifive-unmatched.h
b/include/configs/sifive-unmatched.h
index f68d7d7676f2ea6f39c5c7ffbba50899757a7e42..69a4eb2f2ad980636fab5e5d49af501aa6fd6f1d 100644
(file)
--- 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" \