1
0

bootrom: move to 0x10000 for more space (DTB on multicore is big)

This commit is contained in:
Wesley W. Terpstra
2017-03-24 16:00:00 -07:00
parent 34f8ce653a
commit ac205ca10a
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
SECTIONS
{
DRAM_BASE = 0x80000000;
ROM_BASE = 0x1000;
ROM_BASE = 0x10000;
. = ROM_BASE;
.text.start : { *(.text.start) }