svn commit: r341405 - head/sys/arm64/conf
Andreas Tobler
andreast at FreeBSD.org
Sun Dec 2 19:36:21 UTC 2018
Author: andreast
Date: Sun Dec 2 19:36:20 2018
New Revision: 341405
URL: https://svnweb.freebsd.org/changeset/base/341405
Log:
Build the dtb for the rock64 board.
Reviewed by: manu@
Modified:
head/sys/arm64/conf/GENERIC
Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Sun Dec 2 19:35:22 2018 (r341404)
+++ head/sys/arm64/conf/GENERIC Sun Dec 2 19:36:20 2018 (r341405)
@@ -285,4 +285,4 @@ options FDT
device acpi
# DTBs
-makeoptions MODULES_EXTRA="dtb/allwinner"
+makeoptions MODULES_EXTRA="dtb/allwinner dtb/rockchip"
More information about the svn-src-all
mailing list