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:
Thomas Martitz 2010-03-04 12:32:12 +00:00
parent a4c3913afd
commit 2ac962aceb

View file

@ -110,7 +110,7 @@ SECTIONS
_iend = .;
} > IRAM
.init ENDAUDIOADDR :
.init CODECORIG :
{
. = ALIGN(4);
_initstart = .;