diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-01-23 14:29:13 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-01-23 14:29:13 +0000 |
commit | 3d4b887ebf11a989ddd51202bc5ac33e377c6270 (patch) | |
tree | dbc7c9ab32f0efaa4d76fce366d18105bddb36c3 /sys/arch/arm64 | |
parent | 2dddfac5fb5eb97a0bfce8af513ea9df39e0d823 (diff) |
Enable bcmdog on RAMDISK as well so it can reboot.
ok kettenis@ patrick@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 681572aeab1..e3a42729f73 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 2017/01/23 14:00:22 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.5 2017/01/23 14:29:12 jsg Exp $ # # GENERIC machine description file # @@ -70,6 +70,7 @@ viornd* at virtio? # Raspberry Pi 3 bcmintc* at fdt? +bcmdog* at fdt? dwctwo* at fdt? usb* at dwctwo? |