diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-01-23 22:43:18 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-01-23 22:43:18 +0000 |
commit | b7673da177d7b703d7726af6796735f57d70ccd6 (patch) | |
tree | 6b026599e887b7740671ab1931d3588dd5fd7164 /sys/arch/armv7 | |
parent | b5e481f4b4019e537c8311cfa4e2a1d4c12f9d8f (diff) |
enable bcmdog on armv7 as well
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index b392f385482..b74774649ad 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.70 2017/01/03 19:57:01 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.71 2017/01/23 22:43:17 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -131,6 +131,7 @@ exuart* at fdt? # Raspberry Pi 2/3 bcmintc* at fdt? +bcmdog* at fdt? dwctwo* at fdt? usb* at dwctwo? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 51dc8182a07..3c76c71d2e7 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.64 2016/10/23 18:50:34 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.65 2017/01/23 22:43:17 jsg Exp $ machine armv7 arm @@ -126,6 +126,7 @@ exuart* at fdt? # Raspberry Pi 2/3 bcmintc* at fdt? +bcmdog* at fdt? dwctwo* at fdt? usb* at dwctwo? |