summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/boot.lds')
-rw-r--r--firmware/target/arm/as3525/boot.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/boot.lds b/firmware/target/arm/as3525/boot.lds
index eb977a1023..7a13d67a43 100644
--- a/firmware/target/arm/as3525/boot.lds
+++ b/firmware/target/arm/as3525/boot.lds
@@ -51,6 +51,7 @@ SECTIONS
51 _edata = .; 51 _edata = .;
52 *(.bss*); 52 *(.bss*);
53 *(.ibss); 53 *(.ibss);
54 *(COMMON)
54 *(.ncbss*); 55 *(.ncbss*);
55 _end = .; 56 _end = .;
56 } > IRAM 57 } > IRAM