summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440/app.lds')
-rw-r--r--firmware/target/arm/s3c2440/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/s3c2440/app.lds b/firmware/target/arm/s3c2440/app.lds
index bdc7380a54..7e7ab1acfd 100644
--- a/firmware/target/arm/s3c2440/app.lds
+++ b/firmware/target/arm/s3c2440/app.lds
@@ -35,7 +35,7 @@ SECTIONS
35 .vectors DRAMORIG : 35 .vectors DRAMORIG :
36 { 36 {
37 _vectorstart = .; 37 _vectorstart = .;
38 *(.vectors*); 38 KEEP(*(.vectors*));
39 *(.init.text) 39 *(.init.text)
40 . = ALIGN(0x4); 40 . = ALIGN(0x4);
41 } > DRAM 41 } > DRAM