svn commit: r320133 - head/sys/modules/dtb/allwinner

Emmanuel Vadot manu at FreeBSD.org
Tue Jun 20 04:58:14 UTC 2017


Author: manu
Date: Tue Jun 20 04:58:12 2017
New Revision: 320133
URL: https://svnweb.freebsd.org/changeset/base/320133

Log:
  Add sun8i-h3-orangepi-one.dts to the build
  We support the board and have a u-boot port for it.

Modified:
  head/sys/modules/dtb/allwinner/Makefile

Modified: head/sys/modules/dtb/allwinner/Makefile
==============================================================================
--- head/sys/modules/dtb/allwinner/Makefile	Tue Jun 20 03:44:21 2017	(r320132)
+++ head/sys/modules/dtb/allwinner/Makefile	Tue Jun 20 04:58:12 2017	(r320133)
@@ -12,7 +12,8 @@ DTS=	\
 	sun7i-a20-bananapi.dts \
 	sun7i-a20-cubieboard2.dts \
 	sun7i-a20-olimex-som-evb.dts \
-	sun7i-a20-pcduino3.dts
+	sun7i-a20-pcduino3.dts \
+	sun8i-h3-orangepi-one.dts
 
 LINKS= \
 	${DTBDIR}/sun4i-a10-cubieboard.dtb ${DTBDIR}/cubieboard.dtb \


More information about the svn-src-all mailing list