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.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/app.lds b/firmware/target/arm/imx233/app.lds
index 1dc929c778..89cf33b385 100644
--- a/firmware/target/arm/imx233/app.lds
+++ b/firmware/target/arm/imx233/app.lds
@@ -74,7 +74,7 @@ SECTIONS
74 { 74 {
75 . = ALIGN(4); 75 . = ALIGN(4);
76 _initstart = .; 76 _initstart = .;
77 *(.init) 77 *(.init*)
78 . = ALIGN(0x4); 78 . = ALIGN(0x4);
79 _initend = .; 79 _initend = .;
80 } AT> DRAM 80 } AT> DRAM