summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 6b57383ea0..f657eb62c0 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -55,6 +55,7 @@ SECTIONS
55 .rodata : 55 .rodata :
56 { 56 {
57 *(.rodata) 57 *(.rodata)
58 *(.rodata.str1.1)
58 *(.rodata.str1.4) 59 *(.rodata.str1.4)
59 . = ALIGN(0x4); 60 . = ALIGN(0x4);
60 61
@@ -74,7 +75,7 @@ SECTIONS
74 _iramcopy = .; 75 _iramcopy = .;
75 } > DRAM 76 } > DRAM
76 77
77 .iram 0xf000000 : AT ( _iramcopy) 78 .iram IRAMORIG : AT ( _iramcopy)
78 { 79 {
79 _iramstart = .; 80 _iramstart = .;
80 *(.icode) 81 *(.icode)