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/gumstix/conf | |
parent | 7d8335af25d63232cdab8f6874bc2b72488d3ca8 (diff) |
BOARDTYPE is no longer used by Makefile.*; spotted by miod
Diffstat (limited to 'sys/arch/gumstix/conf')
-rw-r--r-- | sys/arch/gumstix/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/gumstix/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/gumstix/conf/GENERIC b/sys/arch/gumstix/conf/GENERIC index 94d1e1785de..1712a415791 100644 --- a/sys/arch/gumstix/conf/GENERIC +++ b/sys/arch/gumstix/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2010/03/03 20:57:28 mk Exp $ +# $OpenBSD: GENERIC,v 1.6 2010/04/26 20:51:51 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,7 +20,6 @@ options CACHE_CLEAN_BLOCK_INTR makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" -makeoptions BOARDTYPE="gumstix" # CPU options options CPU_XSCALE_PXA2X0 # Support the XScale core diff --git a/sys/arch/gumstix/conf/RAMDISK b/sys/arch/gumstix/conf/RAMDISK index 24c96dec95a..7640f262632 100644 --- a/sys/arch/gumstix/conf/RAMDISK +++ b/sys/arch/gumstix/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2008/11/26 14:18:11 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.2 2010/04/26 20:51:51 deraadt Exp $ machine gumstix arm @@ -19,7 +19,6 @@ options CACHE_CLEAN_BLOCK_INTR makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" -makeoptions BOARDTYPE="gumstix" # estimated number of users |