summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plugin.lds')
-rw-r--r--apps/plugins/plugin.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index fc9d4d4efe..84617b9b4e 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -113,6 +113,7 @@ SECTIONS
113#endif 113#endif
114 { 114 {
115 *(.bss*) 115 *(.bss*)
116 *(COMMON)
116 } > PLUGIN_RAM 117 } > PLUGIN_RAM
117 118
118 /* Special trick to avoid a linker error when no other sections are 119 /* Special trick to avoid a linker error when no other sections are