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.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/ipod/boot.lds b/firmware/target/arm/ipod/boot.lds
index 69a89cd5f5..ae5358ae93 100644
--- a/firmware/target/arm/ipod/boot.lds
+++ b/firmware/target/arm/ipod/boot.lds
@@ -68,8 +68,8 @@ SECTIONS
68 /* The bss section is too large for IRAM - we just move it 16MB into the 68 /* The bss section is too large for IRAM - we just move it 16MB into the
69 DRAM */ 69 DRAM */
70 70
71 . = (DRAMORIG+16*1024*1024); 71 . = DRAMORIG;
72 .bss : { 72 .bss . + (16*1024*1024): {
73 _edata = .; 73 _edata = .;
74 *(.bss*); 74 *(.bss*);
75 *(.ibss); 75 *(.ibss);