Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244.

Use the correct KERNPHYSADDR.
This commit is contained in:
Olivier Houchard 2004-11-18 00:05:09 +00:00
parent 3b1adda71f
commit 0e425b6c47
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,3 @@
#$FreeBSD$
files "../xscale/i80321/files.i80321"
cpu CPU_XSCALE_80321
makeoptions KERNPHYSADDR=0x00200000
makeoptions KERNVIRTADDR=0xc0200000

View File

@ -2,3 +2,5 @@
#$FreeBSD$
include "../xscale/i80321/std.i80321"
files "../xscale/i80321/files.iq31244"
makeoptions KERNPHYSADDR=0xa0200000
makeoptions KERNVIRTADDR=0xc0200000