aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc
diff options
context:
space:
mode:
Diffstat (limited to 'picosoc')
-rw-r--r--picosoc/sections.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/picosoc/sections.lds b/picosoc/sections.lds
index 6c59cb8..3e38ca9 100644
--- a/picosoc/sections.lds
+++ b/picosoc/sections.lds
@@ -1,6 +1,8 @@
SECTIONS {
.memory : {
sram = 0;
+ *(.data);
+ *(.bss);
. = 0x100000;
start*(.text);
*(.text);