git: 0fd310c83c6b - main - arm64: Remove duplicate fdt build option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Aug 2023 18:19:15 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0fd310c83c6b9d178d1bb4009a55bffdb1bd85c0 commit 0fd310c83c6b9d178d1bb4009a55bffdb1bd85c0 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-08-23 18:18:38 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-08-23 18:18:38 +0000 arm64: Remove duplicate fdt build option Reported by: andrew Sponsored by: Beckhoff Automation GmbH & Co. KG --- sys/conf/files.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64 index 390d9e5db487..7b033c979c55 100644 --- a/sys/conf/files.arm64 +++ b/sys/conf/files.arm64 @@ -697,4 +697,4 @@ arm64/rockchip/clk/rk3568_pmucru.c optional fdt soc_rockchip_rk3568 # Xilinx arm/xilinx/uart_dev_cdnc.c optional uart soc_xilinx_zynq fdt arm/xilinx/zy7_gpio.c optional gpio soc_xilinx_zynq fdt -dev/usb/controller/xlnx_dwc3.c optional fdt xhci soc_xilinx_zynq fdt +dev/usb/controller/xlnx_dwc3.c optional xhci soc_xilinx_zynq fdt