From 714297b9879111998253a8e44f738af9c1ad15c7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 10 Jan 2010 05:36:38 +0000 Subject: [PATCH] Merge r187418 from projects/mips to head by hand: r187418 | gonzo | 2009-01-18 19:37:10 -0700 (Sun, 18 Jan 2009) | 4 lines - Add trampoline stuff for bootloaders that do not support ELF - Replace arm'ish KERNPHYSADDR/KERNVIRTADDR with KERNLOADADDR/TRAMPLOADADDR and clean configs --- sys/conf/ldscript.mips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/ldscript.mips b/sys/conf/ldscript.mips index ca4a70bd32e0..3e55dba46d8a 100644 --- a/sys/conf/ldscript.mips +++ b/sys/conf/ldscript.mips @@ -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) }