diff options
author | imp <imp@FreeBSD.org> | 2006-10-25 08:00:11 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-10-25 08:00:11 +0000 |
commit | d7da10161e92738432e9eef98f0bc9cbd29dff23 (patch) | |
tree | 2f48e639d65d0e0265603768af81d44884ab8b43 /sys | |
parent | d7e5c47a911bedfa32eef87e105eb0302c3ca452 (diff) | |
download | FreeBSD-src-d7da10161e92738432e9eef98f0bc9cbd29dff23.zip FreeBSD-src-d7da10161e92738432e9eef98f0bc9cbd29dff23.tar.gz |
MFp4: Move the parameters that are basically dictated by the AT91
organization to that file.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arm/at91/std.at91 | 5 | ||||
-rw-r--r-- | sys/arm/at91/std.kb920x | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arm/at91/std.at91 b/sys/arm/at91/std.at91 index bb320eb..eb02738 100644 --- a/sys/arm/at91/std.at91 +++ b/sys/arm/at91/std.at91 @@ -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 diff --git a/sys/arm/at91/std.kb920x b/sys/arm/at91/std.kb920x index 3e8be49..aa63dd1 100644 --- a/sys/arm/at91/std.kb920x +++ b/sys/arm/at91/std.kb920x @@ -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 |