summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 83a09a81d0..bacc645044 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -117,6 +117,10 @@ SECTIONS
117 .data : 117 .data :
118 { 118 {
119 *(.data) 119 *(.data)
120 . = ALIGN(0x4);
121 _datacopy = .; /* dummy here, only for ROM based */
122 _datastart = .;
123 _dataend = .;
120 } > DRAM 124 } > DRAM
121 125
122 .rodata : 126 .rodata :