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:
parent
b1764679f5
commit
4ddfdc807c
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ SECTIONS
|
|||
{
|
||||
.header : {
|
||||
_plugin_start_addr = .;
|
||||
*(.header)
|
||||
KEEP(*(.header))
|
||||
} > OVERLAY_RAM
|
||||
|
||||
.text : {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ SECTIONS
|
|||
{
|
||||
.header : {
|
||||
_plugin_start_addr = .;
|
||||
*(.header)
|
||||
KEEP(*(.header))
|
||||
} > OVERLAY_RAM
|
||||
|
||||
.text : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue