aboutsummaryrefslogtreecommitdiff
path: root/model.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'model.lds.S')
-rw-r--r--model.lds.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/model.lds.S b/model.lds.S
index 793df89..f37824e 100644
--- a/model.lds.S
+++ b/model.lds.S
@@ -27,7 +27,8 @@ STACKTOP = 0xff000000;
SECTIONS
{
- . = PHYS_OFFSET;
+ . = 0;
+ .boot : { boot.o }
. = PHYS_OFFSET + 0x8000 - 0x40;