summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index 92ca00f..f823710 100644
--- a/linker.ld
+++ b/linker.ld
@@ -2,7 +2,7 @@ ENTRY(_start)
SECTIONS
{
- . = 2M;
+ . = 1M;
.text BLOCK(4K) : ALIGN(4K)
{