summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s5l8700/boot.lds')
-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);