diff options
Diffstat (limited to 'sys/arch/palm')
-rw-r--r-- | sys/arch/palm/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/palm/conf/RAMDISK | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/palm/conf/GENERIC b/sys/arch/palm/conf/GENERIC index 73892e1102c..84f7059be78 100644 --- a/sys/arch/palm/conf/GENERIC +++ b/sys/arch/palm/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2011/07/07 23:41:09 tedu Exp $ +# $OpenBSD: GENERIC,v 1.14 2011/09/20 22:11:42 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -16,8 +16,6 @@ maxusers 32 # estimated number of users options ARM32 options PXAGPIO_HAS_GPION_INTRS -options CACHE_CLEAN_BLOCK_INTR - makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" diff --git a/sys/arch/palm/conf/RAMDISK b/sys/arch/palm/conf/RAMDISK index 676d780cb7b..fedb53464ec 100644 --- a/sys/arch/palm/conf/RAMDISK +++ b/sys/arch/palm/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.8 2011/06/29 20:52:09 matthew Exp $ +# $OpenBSD: RAMDISK,v 1.9 2011/09/20 22:11:42 miod Exp $ machine palm arm @@ -16,8 +16,6 @@ options CRYPTO # Cryptographic framework options ARM32 options PXAGPIO_HAS_GPION_INTRS -options CACHE_CLEAN_BLOCK_INTR - makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" |