mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix as3525 lowmem targets. They put the init code into the plugin buffer, but some init functions are grabbing it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25023 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a4c3913afd
commit
2ac962aceb
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ SECTIONS
|
|||
_iend = .;
|
||||
} > IRAM
|
||||
|
||||
.init ENDAUDIOADDR :
|
||||
.init CODECORIG :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_initstart = .;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue