summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/boot.lds
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-11-07 00:15:53 +0000
committerJens Arnold <amiconn@rockbox.org>2008-11-07 00:15:53 +0000
commit4944a1c1e1d29ae86163bcf11d00942cfdc1b04e (patch)
tree4ce29b86e9bd563a030387fdabb8bfbfe219f79e /firmware/target/arm/as3525/boot.lds
parent545b51e2e46db6e9c6dd59ef45f73cc86529bace (diff)
Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19033 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/boot.lds')
-rw-r--r--firmware/target/arm/as3525/boot.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/boot.lds b/firmware/target/arm/as3525/boot.lds
index eb977a1023..7a13d67a43 100644
--- a/firmware/target/arm/as3525/boot.lds
+++ b/firmware/target/arm/as3525/boot.lds
@@ -51,6 +51,7 @@ SECTIONS
_edata = .;
*(.bss*);
*(.ibss);
+ *(COMMON)
*(.ncbss*);
_end = .;
} > IRAM