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