summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--script.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/script.ld b/script.ld
index 5f7f99e..24129f5 100644
--- a/script.ld
+++ b/script.ld
@@ -2,8 +2,8 @@ ENTRY(main)
MEMORY
{
- rom (rx) : ORIGIN = 0x00080000, LENGTH = 0x00080000
- ram (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00010000
+ rom (rx) : ORIGIN = 0x00080000, LENGTH = 512K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
}
SECTIONS