summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/boot.lds')
-rw-r--r--firmware/target/arm/imx233/boot.lds8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/target/arm/imx233/boot.lds b/firmware/target/arm/imx233/boot.lds
index d909b9fbd1..ac1209a475 100644
--- a/firmware/target/arm/imx233/boot.lds
+++ b/firmware/target/arm/imx233/boot.lds
@@ -44,9 +44,9 @@ SECTIONS
44 _iramstart = .; // always 0 44 _iramstart = .; // always 0
45 *(.vectors) 45 *(.vectors)
46 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it 46 KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
47 *(.icode) 47 *(.icode*)
48 *(.irodata) 48 *(.irodata*)
49 *(.idata) 49 *(.idata*)
50 . = ALIGN(0x4); 50 . = ALIGN(0x4);
51 _iramend = .; 51 _iramend = .;
52 } > IRAM AT> DRAM 52 } > IRAM AT> DRAM
@@ -62,7 +62,7 @@ SECTIONS
62 { 62 {
63 _iedata = .; 63 _iedata = .;
64 *(.qharray) 64 *(.qharray)
65 *(.ibss) 65 *(.ibss*)
66 . = ALIGN(0x4); 66 . = ALIGN(0x4);
67 _iend = .; 67 _iend = .;
68 } > IRAM 68 } > IRAM