Move some KB920x-specific options into the KB920x file.

This commit is contained in:
Olivier Houchard 2007-10-25 22:57:19 +00:00
parent 26989574c9
commit 2b953358ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172992
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,4 @@
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

@ -3,3 +3,7 @@ include "../at91/std.at91"
files "../at91/files.kb920x"
options STARTUP_PAGETABLE_ADDR=0x20800000
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000