MFp4: Move the parameters that are basically dictated by the AT91

organization to that file.
This commit is contained in:
Warner Losh 2006-10-25 08:00:11 +00:00
parent 1b104c589a
commit bc8fe52e6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163681
2 changed files with 5 additions and 5 deletions

View File

@ -3,3 +3,8 @@
files "../at91/files.at91"
cpu CPU_ARM9
makeoptions CONF_CFLAGS=-mcpu=arm9
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
options PHYSADDR=0x20000000

View File

@ -2,9 +2,4 @@
include "../at91/std.at91"
files "../at91/files.kb920x"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
options PHYSADDR=0x20000000
options STARTUP_PAGETABLE_ADDR=0x20800000