summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-11-18 00:05:09 +0000
committercognet <cognet@FreeBSD.org>2004-11-18 00:05:09 +0000
commit1158e3020863f5d18fafcc59f74f26d725849f65 (patch)
treec63faae518f1f6ee05cb8d9893c1b14a016a4ba0 /sys
parente9d325c86755d36c432d1ff78c69c7c429c6f968 (diff)
downloadFreeBSD-src-1158e3020863f5d18fafcc59f74f26d725849f65.zip
FreeBSD-src-1158e3020863f5d18fafcc59f74f26d725849f65.tar.gz
Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244.
Use the correct KERNPHYSADDR.
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/xscale/i80321/std.i803212
-rw-r--r--sys/arm/xscale/i80321/std.iq312442
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/xscale/i80321/std.i80321 b/sys/arm/xscale/i80321/std.i80321
index 7ec88a3..5a6e34b 100644
--- a/sys/arm/xscale/i80321/std.i80321
+++ b/sys/arm/xscale/i80321/std.i80321
@@ -2,5 +2,3 @@
#$FreeBSD$
files "../xscale/i80321/files.i80321"
cpu CPU_XSCALE_80321
-makeoptions KERNPHYSADDR=0x00200000
-makeoptions KERNVIRTADDR=0xc0200000
diff --git a/sys/arm/xscale/i80321/std.iq31244 b/sys/arm/xscale/i80321/std.iq31244
index 0ae4f7b..5994c6a 100644
--- a/sys/arm/xscale/i80321/std.iq31244
+++ b/sys/arm/xscale/i80321/std.iq31244
@@ -2,3 +2,5 @@
#$FreeBSD$
include "../xscale/i80321/std.i80321"
files "../xscale/i80321/files.iq31244"
+makeoptions KERNPHYSADDR=0xa0200000
+makeoptions KERNVIRTADDR=0xc0200000
OpenPOWER on IntegriCloud