diff options
Diffstat (limited to 'sys/arch/palm')
-rw-r--r-- | sys/arch/palm/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/palm/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/palm/conf/GENERIC b/sys/arch/palm/conf/GENERIC index 4cde8cd5392..2dffe084c40 100644 --- a/sys/arch/palm/conf/GENERIC +++ b/sys/arch/palm/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.4 2010/03/03 20:57:28 mk Exp $ +# $OpenBSD: GENERIC,v 1.5 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="palm" # CPU options options CPU_XSCALE_PXA2X0 # Support the XScale core diff --git a/sys/arch/palm/conf/RAMDISK b/sys/arch/palm/conf/RAMDISK index 27c71b97832..a20b47779e6 100644 --- a/sys/arch/palm/conf/RAMDISK +++ b/sys/arch/palm/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 2009/10/25 04:16:33 marex Exp $ +# $OpenBSD: RAMDISK,v 1.5 2010/04/26 20:51:51 deraadt Exp $ machine palm arm @@ -20,7 +20,6 @@ options CACHE_CLEAN_BLOCK_INTR makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" -makeoptions BOARDTYPE="palm" # estimated number of users |