summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-10-25 14:03:43 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-10-25 14:03:43 +0000
commit1e4c2fd9d25e6831dd2a605071c48203db4b2929 (patch)
tree4e7b0ff5c7eb76a13ee774d0f59f65347dbac30a /firmware/target/arm/s5l8700
parentd2827996af26dc668eef5a9212285d2b781279bd (diff)
downloadrockbox-1e4c2fd9d25e6831dd2a605071c48203db4b2929.tar.gz
rockbox-1e4c2fd9d25e6831dd2a605071c48203db4b2929.zip
Fix ipod nano 2g bootloader link problem, caused by my previous commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23348 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/s5l8700')
-rw-r--r--firmware/target/arm/s5l8700/boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/s5l8700/boot.lds b/firmware/target/arm/s5l8700/boot.lds
index 90de22f8fe..6f43177c86 100644
--- a/firmware/target/arm/s5l8700/boot.lds
+++ b/firmware/target/arm/s5l8700/boot.lds
@@ -94,9 +94,9 @@ SECTIONS
94#ifdef IPOD_NANO2G 94#ifdef IPOD_NANO2G
95 /* The bss section is too large for IRAM - we just move it 12MB into the 95 /* The bss section is too large for IRAM - we just move it 12MB into the
96 DRAM */ 96 DRAM */
97 . += (12*1024*1024) { 97 . += (12*1024*1024);
98#endif 98#endif
99 .bss :{ 99 .bss : {
100 _edata = .; 100 _edata = .;
101 *(.bss*); 101 *(.bss*);
102 *(.ibss); 102 *(.ibss);