diff options
author | 2017-10-23 08:06:30 +0000 | |
---|---|---|
committer | 2017-10-23 08:06:30 +0000 | |
commit | 085c1ee2b9ea661d1760d98cb8aedb895965e2d6 (patch) | |
tree | 5f16cd163bbd3446b1109b0d8e4966adde71a611 | |
parent | Teach readelf the arm64 dynamic relocation we use, as well as the (diff) | |
download | wireguard-openbsd-085c1ee2b9ea661d1760d98cb8aedb895965e2d6.tar.xz wireguard-openbsd-085c1ee2b9ea661d1760d98cb8aedb895965e2d6.zip |
Remove bcmmuart since it has already replaced with com(4).
ok patrick@
-rw-r--r-- | sys/arch/armv7/broadcom/files.broadcom | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/armv7/broadcom/files.broadcom b/sys/arch/armv7/broadcom/files.broadcom index e6b43237b5c..973ea5c8ef1 100644 --- a/sys/arch/armv7/broadcom/files.broadcom +++ b/sys/arch/armv7/broadcom/files.broadcom @@ -1,13 +1,9 @@ -# $OpenBSD: files.broadcom,v 1.1 2016/08/07 17:46:36 kettenis Exp $ +# $OpenBSD: files.broadcom,v 1.2 2017/10/23 08:06:30 kevlo Exp $ device bcmintc attach bcmintc at fdt file arch/armv7/broadcom/bcm2836_intr.c bcmintc -device bcmmuart -attach bcmmuart at fdt -file arch/armv7/broadcom/bcm2835_muart.c bcmmuart - include "dev/usb/dwc2/files.dwc2" attach dwctwo at fdt with bcmdwctwo file arch/armv7/broadcom/bcm2835_dwctwo.c bcmdwctwo needs-flag |