summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/app.lds')
-rw-r--r--firmware/target/arm/imx233/app.lds8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/target/arm/imx233/app.lds b/firmware/target/arm/imx233/app.lds
index 0eeecc1ab8..1dc929c778 100644
--- a/firmware/target/arm/imx233/app.lds
+++ b/firmware/target/arm/imx233/app.lds
@@ -52,9 +52,9 @@ SECTIONS
52 _iramstart = .; // always 0 52 _iramstart = .; // always 0
53 *(.vectors) 53 *(.vectors)
54 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it 54 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
55 *(.icode) 55 *(.icode*)
56 *(.irodata) 56 *(.irodata*)
57 *(.idata) 57 *(.idata*)
58 . = ALIGN(0x4); 58 . = ALIGN(0x4);
59 _iramend = .; 59 _iramend = .;
60 } > IRAM AT> DRAM 60 } > IRAM AT> DRAM
@@ -65,7 +65,7 @@ SECTIONS
65 { 65 {
66 _iedata = .; 66 _iedata = .;
67 *(.qharray) 67 *(.qharray)
68 *(.ibss) 68 *(.ibss*)
69 . = ALIGN(0x4); 69 . = ALIGN(0x4);
70 _iend = .; 70 _iend = .;
71 } > IRAM 71 } > IRAM