summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/app.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 80feea3ff3..4dc20ac05e 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -31,6 +31,7 @@ SECTIONS
31 .text : 31 .text :
32 { 32 {
33 *(.text) 33 *(.text)
34 . = ALIGN(0x4);
34 } > DRAM 35 } > DRAM
35 36
36 .data : 37 .data :
@@ -42,6 +43,7 @@ SECTIONS
42 { 43 {
43 *(.rodata) 44 *(.rodata)
44 *(.rodata.str1.4) 45 *(.rodata.str1.4)
46 . = ALIGN(0x4);
45 } > DRAM 47 } > DRAM
46 48
47 .stack : 49 .stack :