diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-26 20:51:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-26 20:51:52 +0000 |
commit | 5d1cabd98bbf51221ac8d35ce4639076ee07f8fc (patch) | |
tree | c63916c79f23d94744e04d1e116a06a3a96b417d /sys/arch/armish/conf | |
parent | 7d8335af25d63232cdab8f6874bc2b72488d3ca8 (diff) |
BOARDTYPE is no longer used by Makefile.*; spotted by miod
Diffstat (limited to 'sys/arch/armish/conf')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 80c8b24cc50..98eff064144 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 2010/03/03 20:57:28 mk Exp $ +# $OpenBSD: GENERIC,v 1.31 2010/04/26 20:51:51 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -17,7 +17,6 @@ options ARM32 makeoptions KERNEL_BASE_PHYS="0x00200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" -makeoptions BOARDTYPE="armish" options CPU_XSCALE_80321 # Support the XScale core options XSCALE_CACHE_READ_WRITE_ALLOCATE diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index b8412f63c92..5b27427c438 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2009/08/11 12:25:07 krw Exp $ +# $OpenBSD: RAMDISK,v 1.14 2010/04/26 20:51:51 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -17,7 +17,6 @@ options ARM32 #makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_PHYS="0x00200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" -makeoptions BOARDTYPE="armish" option CPU_XSCALE_80321 # Support the XScale core option XSCALE_CACHE_READ_WRITE_ALLOCATE |