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.lds6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/target/arm/s3c2440/app.lds b/firmware/target/arm/s3c2440/app.lds
index bfd672d1a3..bdc7380a54 100644
--- a/firmware/target/arm/s3c2440/app.lds
+++ b/firmware/target/arm/s3c2440/app.lds
@@ -43,9 +43,8 @@ SECTIONS
43 .text : 43 .text :
44 { 44 {
45 _textstart = .; 45 _textstart = .;
46 *(.text)
47 *(.text*) 46 *(.text*)
48 *(.icode) 47 *(.icode*)
49 *(.glue_7) 48 *(.glue_7)
50 *(.glue_7t) 49 *(.glue_7t)
51 . = ALIGN(0x4); 50 . = ALIGN(0x4);
@@ -55,10 +54,7 @@ SECTIONS
55 54
56 .rodata : 55 .rodata :
57 { 56 {
58 *(.rodata) /* problems without this, dunno why */
59 *(.rodata*) 57 *(.rodata*)
60 *(.rodata.str1.1)
61 *(.rodata.str1.4)
62 *(.irodata*) 58 *(.irodata*)
63 . = ALIGN(0x4); 59 . = ALIGN(0x4);
64 } > DRAM 60 } > DRAM