summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/app.lds9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 48ef36cbf1..30c8a0d524 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -79,6 +79,15 @@ _stackend = ADDR(.stack) + SIZEOF(.stack);
79 79
80_idatastart = ADDR(.idata); 80_idatastart = ADDR(.idata);
81 81
82/* FIXME: Where to put mp3 buffer? */
83
84_mp3buffer = 0;
85_mp3end = 0;
86
87/* Plugins are not supported on the Gmini*/
88
89_pluginbuf = 0;
90
82} 91}
83 92
84#else 93#else