diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-09 01:40:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-09 01:40:44 +0000 |
commit | cd9537e721df0aab4b5b5e28a65c385f6f2a024d (patch) | |
tree | 32a25430b9419c6c391e347dddab9555e36321ff /sys/arch/armv7/conf | |
parent | e12b64d139a99799764551aa7cbf09f5319c796a (diff) |
Remove the vexpress platform abstraction and board id. All the devices
that attached to vexpress have been converted to fdt so this is no
longer required.
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index d6cb9018c65..fc6524801b4 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.63 2016/10/08 09:50:14 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.64 2016/10/09 01:40:42 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -104,7 +104,6 @@ usb* at ehci? #flags 0x1 #usb* at ohci? # ARM Versatile Express -vexpress0 at mainbus? sysreg* at fdt? pluart* at fdt? plrtc* at fdt? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 8a09d178643..48fbcfca452 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.58 2016/10/08 09:50:14 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.59 2016/10/09 01:40:42 jsg Exp $ machine armv7 arm @@ -102,7 +102,6 @@ usb* at ehci? #flags 0x1 #usb* at ohci? # ARM Versatile Express -vexpress0 at mainbus? sysreg* at fdt? pluart* at fdt? plrtc* at fdt? |