summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ipod/boot.lds')
-rw-r--r--firmware/target/arm/ipod/boot.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/ipod/boot.lds b/firmware/target/arm/ipod/boot.lds
index ae5358ae93..974dcb102a 100644
--- a/firmware/target/arm/ipod/boot.lds
+++ b/firmware/target/arm/ipod/boot.lds
@@ -73,6 +73,7 @@ SECTIONS
73 _edata = .; 73 _edata = .;
74 *(.bss*); 74 *(.bss*);
75 *(.ibss); 75 *(.ibss);
76 *(COMMON)
76 *(.ncbss*); 77 *(.ncbss*);
77 _end = .; 78 _end = .;
78 } > DRAM 79 } > DRAM