diff options
author | imp <imp@FreeBSD.org> | 2010-01-27 16:15:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-01-27 16:15:19 +0000 |
commit | ce43c11d5900f8c6bf757c7348ffa8357ca0eda0 (patch) | |
tree | f879d4685b7e17977e8d736c5155a4f0b58c9ee6 | |
parent | 3c42ac5cd551fe829f4d35317c16a44d287b0cb8 (diff) | |
download | FreeBSD-src-ce43c11d5900f8c6bf757c7348ffa8357ca0eda0.zip FreeBSD-src-ce43c11d5900f8c6bf757c7348ffa8357ca0eda0.tar.gz |
Move back to physical address 0x01000000. 0x00100000 seems to have
problems sometimes for reasons I haven't tracked down.
-rw-r--r-- | sys/mips/conf/OCTEON1-32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/conf/OCTEON1-32 b/sys/mips/conf/OCTEON1-32 index 4c1221e..8556403 100644 --- a/sys/mips/conf/OCTEON1-32 +++ b/sys/mips/conf/OCTEON1-32 @@ -26,8 +26,8 @@ makeoptions MODULES_OVERRIDE="" makeoptions TARGET_BIG_ENDIAN=defined makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.32 -options KERNVIRTADDR=0x80100000 -makeoptions KERNLOADADDR=0x80100000 +options KERNVIRTADDR=0x81000000 +makeoptions KERNLOADADDR=0x81000000 include "../cavium/std.octeon1" hints "OCTEON1.hints" #Default places to look for devices. |