From 2ac962aceb0ea2199c9d89e94e474641013ba390 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 4 Mar 2010 12:32:12 +0000 Subject: [PATCH] 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 --- firmware/target/arm/as3525/app.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/as3525/app.lds b/firmware/target/arm/as3525/app.lds index 6e610d6e15..56a4b20fa6 100644 --- a/firmware/target/arm/as3525/app.lds +++ b/firmware/target/arm/as3525/app.lds @@ -110,7 +110,7 @@ SECTIONS _iend = .; } > IRAM - .init ENDAUDIOADDR : + .init CODECORIG : { . = ALIGN(4); _initstart = .;