summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/app.lds')
-rw-r--r--firmware/target/arm/imx31/app.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/app.lds b/firmware/target/arm/imx31/app.lds
index efa1d35a30..fe6cafb59f 100644
--- a/firmware/target/arm/imx31/app.lds
+++ b/firmware/target/arm/imx31/app.lds
@@ -100,7 +100,6 @@ SECTIONS
100 . = ALIGN(4); 100 . = ALIGN(4);
101 _initstart = .; 101 _initstart = .;
102 *(.init*) 102 *(.init*)
103 *(.initdata*)
104 _initend = .; 103 _initend = .;
105 } > INIT AT> DRAM 104 } > INIT AT> DRAM
106 105