mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Archos recorders: The Rockboy overlay loader now uses the same header as the plugin loader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8354 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b1a17a6246
commit
ffb0cdc426
3 changed files with 44 additions and 47 deletions
|
|
@ -19,7 +19,7 @@ MEMORY
|
|||
SECTIONS
|
||||
{
|
||||
.header : {
|
||||
_ovl_start_addr = .;
|
||||
_plugin_start_addr = .;
|
||||
*(.header)
|
||||
} > OVERLAY_RAM
|
||||
|
||||
|
|
@ -42,6 +42,6 @@ SECTIONS
|
|||
*(.bss)
|
||||
*(COMMON)
|
||||
. = ALIGN(0x4);
|
||||
_ovl_end_addr = .;
|
||||
_plugin_end_addr = .;
|
||||
} > OVERLAY_RAM
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue