summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 810695ae45..2e594b6db1 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -51,13 +51,6 @@ SECTIONS
51 _end = .; 51 _end = .;
52 } > DRAM 52 } > DRAM
53 53
54 .heap :
55 {
56 _poolstart = .;
57 . = 0x20000;
58 _poolend = .;
59 } > DRAM
60
61 .mp3buf : 54 .mp3buf :
62 { 55 {
63 _mp3buf = .; 56 _mp3buf = .;