1
0
Fork 0
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:
Miika Pekkarinen 2007-01-08 19:19:23 +00:00
parent a9121491cc
commit ee4caec3c2

View file

@ -139,7 +139,11 @@ SECTIONS
. += 0x2000; . += 0x2000;
_stackend = .; _stackend = .;
stackend = .; stackend = .;
#if IRAMSIZE > 0x1000
} > IRAM } > IRAM
#else
} > DRAM
#endif
#ifdef CPU_COLDFIRE #ifdef CPU_COLDFIRE
.bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram): .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram):