Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2017 04:58:13 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320133 - head/sys/modules/dtb/allwinner
Message-ID:  <201706200458.v5K4wDss037207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706200458.v5K4wDss037207>