summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 c8354fae11..6b1528738e 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -27,5 +27,6 @@ SECTIONS
27 .rodata : { 27 .rodata : {
28 *(.rodata) 28 *(.rodata)
29 *(.rodata.str1.4) 29 *(.rodata.str1.4)
30 . = ALIGN(0x4);
30 } > PLUGIN_RAM 31 } > PLUGIN_RAM
31} 32}