bootrom: move to 0x10000 for more space (DTB on multicore is big)
This commit is contained in:
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
SECTIONS
|
||||
{
|
||||
DRAM_BASE = 0x80000000;
|
||||
ROM_BASE = 0x1000;
|
||||
ROM_BASE = 0x10000;
|
||||
|
||||
. = ROM_BASE;
|
||||
.text.start : { *(.text.start) }
|
||||
|
Reference in New Issue
Block a user