aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'support/ld/ram.ld')
-rw-r--r--support/ld/ram.ld6
1 files changed, 5 insertions, 1 deletions
diff --git a/support/ld/ram.ld b/support/ld/ram.ld
index 59aaeda..b9dd4ee 100644
--- a/support/ld/ram.ld
+++ b/support/ld/ram.ld
@@ -26,7 +26,11 @@
MEMORY
{
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K
- rom (rx) : ORIGIN = 0x00000000, LENGTH = 0K
+ rom (rx) : ORIGIN = 0x08005000, LENGTH = 0K
+/* native
+ ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
+ rom (rx) : ORIGIN = 0x08005000, LENGTH = 0K
+*/
}