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.lds7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index ef0dece..f27733a 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -115,12 +115,11 @@ SECTIONS
. = ALIGN(0x4);
iend = .;
} > PLUGIN_IRAM
-
- .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram):
-#else
- .bss :
#endif
+
+ .bss (NOLOAD) :
{
+ plugin_bss_start = .;
*(.bss*)
*(COMMON)
. = ALIGN(0x4);