Move FDT to 0xc0000000
This commit is contained in:
parent
8725d04533
commit
9fac87a00e
@ -2552,3 +2552,5 @@ secondary console from the DT too.
|
||||
No output, lets enable the PLIC again in the DT. Same.
|
||||
|
||||
Probably we have a better chance to fix it in the generic platform.
|
||||
|
||||
Let's use a very far away address for the FDT just in case: `0x0_c000_0000`
|
||||
|
@ -322,7 +322,7 @@
|
||||
|
||||
# Ensure it doesn't overlap from the 0x80200000 where the kernel will be
|
||||
# placed.
|
||||
#"FW_PAYLOAD_FDT_ADDR=0x80013000"
|
||||
"FW_PAYLOAD_FDT_ADDR=0xc0000000"
|
||||
];
|
||||
patches = [
|
||||
#./opensbi-timer-debug.patch
|
||||
|
Loading…
Reference in New Issue
Block a user