diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-15 16:13:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-15 16:13:31 +0000 |
commit | 95180cccbb8d5a85dc6d90e5002701a7d43b2a25 (patch) | |
tree | c4a7f970cdd0d3975f92fe72ad4f9d0e35195082 /sys/arch/zaurus/conf/GENERIC | |
parent | 8c428ff343f5075ae88b755d4a7d888402c78b28 (diff) |
no more need for aperture
Diffstat (limited to 'sys/arch/zaurus/conf/GENERIC')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index c49c55388f2..18cd56419ce 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.48 2006/02/14 18:11:04 miod Exp $ +# $OpenBSD: GENERIC,v 1.49 2006/03/15 16:13:30 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -22,8 +22,6 @@ makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" makeoptions BOARDTYPE="zaurus" -options APERTURE - # CPU options options CPU_XSCALE_PXA2X0 # Support the XScale core #options XSCALE_CACHE_WRITE_THROUGH |