summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.mips.mips64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/ldscript.mips.mips64')
-rw-r--r--sys/conf/ldscript.mips.mips642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.mips.mips64 b/sys/conf/ldscript.mips.mips64
index 83a5066..4762abf 100644
--- a/sys/conf/ldscript.mips.mips64
+++ b/sys/conf/ldscript.mips.mips64
@@ -43,7 +43,7 @@ PROVIDE (_DYNAMIC = 0);
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0x80100000 + SIZEOF_HEADERS;
+ . = KERNLOADADDR + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
OpenPOWER on IntegriCloud