diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2017-10-23 08:06:31 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2017-10-23 08:06:31 +0000 |
commit | 6cdd41d499ece7ff2637151938bae422327035b0 (patch) | |
tree | bbfa05efbc8204a70651cc336695496a0a8cb062 | |
parent | 92f8ba51204cfae92ee405af1e1f333729f8a776 (diff) |
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 |