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.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ld/ram.ld b/support/ld/ram.ld
index 872d6f2..d2c05c0 100644
--- a/support/ld/ram.ld
+++ b/support/ld/ram.ld
@@ -26,7 +26,7 @@
MEMORY
{
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
- rom (rx) : ORIGIN = 0x08000000, LENGTH = 512K
+ rom (rx) : ORIGIN = 0x08005000, LENGTH = 512K
}