forked from len0rd/rockbox
Fixed the rombox generation for SH1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11950 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a9121491cc
commit
ee4caec3c2
1 changed files with 4 additions and 0 deletions
|
@ -139,7 +139,11 @@ SECTIONS
|
|||
. += 0x2000;
|
||||
_stackend = .;
|
||||
stackend = .;
|
||||
#if IRAMSIZE > 0x1000
|
||||
} > IRAM
|
||||
#else
|
||||
} > DRAM
|
||||
#endif
|
||||
|
||||
#ifdef CPU_COLDFIRE
|
||||
.bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue