summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233')
-rw-r--r--firmware/target/arm/imx233/app.lds2
-rw-r--r--firmware/target/arm/imx233/boot.lds2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/app.lds b/firmware/target/arm/imx233/app.lds
index 189355d84e..2b13496c1f 100644
--- a/firmware/target/arm/imx233/app.lds
+++ b/firmware/target/arm/imx233/app.lds
@@ -116,7 +116,7 @@ SECTIONS
116 _end = .; 116 _end = .;
117 } > DRAM 117 } > DRAM
118 118
119 .audiobuf (NOLOAD) : 119 .audiobuf _end (NOLOAD) :
120 { 120 {
121 _audiobuffer = .; 121 _audiobuffer = .;
122 audiobuffer = .; 122 audiobuffer = .;
diff --git a/firmware/target/arm/imx233/boot.lds b/firmware/target/arm/imx233/boot.lds
index dfabefdf9b..eef8be7a4b 100644
--- a/firmware/target/arm/imx233/boot.lds
+++ b/firmware/target/arm/imx233/boot.lds
@@ -90,7 +90,7 @@ SECTIONS
90 . = ALIGN(CACHEALIGN_SIZE); 90 . = ALIGN(CACHEALIGN_SIZE);
91 } AT> DRAM 91 } AT> DRAM
92 92
93 .bssendadr (NOLOAD) : 93 .bssendadr . (NOLOAD) :
94 { 94 {
95 _end = .; 95 _end = .;
96 } > DRAM 96 } > DRAM