summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-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);
_idatastart = ADDR(.idata);
+/* FIXME: Where to put mp3 buffer? */
+
+_mp3buffer = 0;
+_mp3end = 0;
+
+/* Plugins are not supported on the Gmini*/
+
+_pluginbuf = 0;
+
}
#else