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.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/ipod/boot.lds b/firmware/target/arm/ipod/boot.lds
index 2f2f4f91a1..1f9c65d31c 100644
--- a/firmware/target/arm/ipod/boot.lds
+++ b/firmware/target/arm/ipod/boot.lds
@@ -43,6 +43,7 @@ SECTIONS
43 *(.irodata) 43 *(.irodata)
44 *(.idata) 44 *(.idata)
45 *(.data*) 45 *(.data*)
46 *(.ncdata*);
46 _dataend = . ; 47 _dataend = . ;
47 } 48 }
48 49
@@ -64,6 +65,7 @@ SECTIONS
64 _edata = .; 65 _edata = .;
65 *(.bss*); 66 *(.bss*);
66 *(.ibss); 67 *(.ibss);
68 *(.ncbss*);
67 _end = .; 69 _end = .;
68 } 70 }
69} 71}