1
0
Fork 0
forked from len0rd/rockbox

Fix chessbox and rockboy for archos (overlays were broken by yesterday's plugin binsize reduction commit).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16000 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-01-05 12:45:12 +00:00
parent b1764679f5
commit 4ddfdc807c
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ SECTIONS
{
.header : {
_plugin_start_addr = .;
*(.header)
KEEP(*(.header))
} > OVERLAY_RAM
.text : {

View file

@ -20,7 +20,7 @@ SECTIONS
{
.header : {
_plugin_start_addr = .;
*(.header)
KEEP(*(.header))
} > OVERLAY_RAM
.text : {