diff options
author | 2017-01-23 14:29:12 +0000 | |
---|---|---|
committer | 2017-01-23 14:29:12 +0000 | |
commit | e63ee9c5d5e637c38d580c2e1eb9c07e0405c524 (patch) | |
tree | 95c3790ae16dc97f8dcbcbeb84b93b44f9ca9936 | |
parent | Add bcmdog(4), a watchdog timer for the Raspberry Pi. (diff) | |
download | wireguard-openbsd-e63ee9c5d5e637c38d580c2e1eb9c07e0405c524.tar.xz wireguard-openbsd-e63ee9c5d5e637c38d580c2e1eb9c07e0405c524.zip |
Enable bcmdog on RAMDISK as well so it can reboot.
ok kettenis@ patrick@
-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? |