summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-11-23 07:49:50 +0000
committerimp <imp@FreeBSD.org>2009-11-23 07:49:50 +0000
commit1a3060cc4b90053b9eca80b803d6605516179e83 (patch)
tree024291f4f7ca33b7e5185b8f185d5d85812c910e
parentb8535f7536afe3417f152a6493ef401418deed1d (diff)
downloadFreeBSD-src-1a3060cc4b90053b9eca80b803d6605516179e83.zip
FreeBSD-src-1a3060cc4b90053b9eca80b803d6605516179e83.tar.gz
Specify loader script and load address
-rw-r--r--sys/mips/conf/OCTEON1-322
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/conf/OCTEON1-32 b/sys/mips/conf/OCTEON1-32
index c3c0d17..a75015e 100644
--- a/sys/mips/conf/OCTEON1-32
+++ b/sys/mips/conf/OCTEON1-32
@@ -27,9 +27,11 @@ ident OCTEON1
# Don't build any modules yet.
makeoptions MODULES_OVERRIDE=""
makeoptions TARGET_BIG_ENDIAN=defined
+makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.kernel.32
#makeoptions TARGET_64BIT=defined
options KERNVIRTADDR=0x80100000
+makeoptions KERNLOADADDR=0x80100000
include "../octeon1/std.octeon1"
hints "OCTEON1.hints" #Default places to look for devices.
OpenPOWER on IntegriCloud