summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/app.lds')
-rw-r--r--firmware/target/arm/imx31/app.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx31/app.lds b/firmware/target/arm/imx31/app.lds
index fe6cafb59f..56d0f435d1 100644
--- a/firmware/target/arm/imx31/app.lds
+++ b/firmware/target/arm/imx31/app.lds
@@ -122,7 +122,7 @@ SECTIONS
122 *(COMMON) 122 *(COMMON)
123 . = ALIGN(0x4); 123 . = ALIGN(0x4);
124 } > DRAM 124 } > DRAM
125 125
126 .ncbss . + NOCACHE_BASE (NOLOAD) : 126 .ncbss . + NOCACHE_BASE (NOLOAD) :
127 { 127 {
128 . = ALIGN(CACHEALIGN_SIZE); /* >= Cache line boundary */ 128 . = ALIGN(CACHEALIGN_SIZE); /* >= Cache line boundary */
@@ -135,7 +135,7 @@ SECTIONS
135 _end = .; 135 _end = .;
136 } > DRAM 136 } > DRAM
137 137
138 .audiobuf (NOLOAD) : 138 .audiobuf _end (NOLOAD) :
139 { 139 {
140 _audiobuffer = .; 140 _audiobuffer = .;
141 audiobuffer = .; 141 audiobuffer = .;