Move some KB920x-specific options into the KB920x file.
This commit is contained in:
parent
26989574c9
commit
2b953358ed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172992
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user