svn commit: r330293 - head/sys/modules/dtb/allwinner
Emmanuel Vadot
manu at FreeBSD.org
Fri Mar 2 20:59:37 UTC 2018
Author: manu
Date: Fri Mar 2 20:59:36 2018
New Revision: 330293
URL: https://svnweb.freebsd.org/changeset/base/330293
Log:
dtb/allwinner: Build sun8i-h3-nanopi-m1-plus.dts
We have a u-boot port for this board so add the dtb to the build.
Modified:
head/sys/modules/dtb/allwinner/Makefile
Modified: head/sys/modules/dtb/allwinner/Makefile
==============================================================================
--- head/sys/modules/dtb/allwinner/Makefile Fri Mar 2 19:50:41 2018 (r330292)
+++ head/sys/modules/dtb/allwinner/Makefile Fri Mar 2 20:59:36 2018 (r330293)
@@ -14,6 +14,7 @@ DTS= \
sun8i-a83t-bananapi-m3.dts \
sun8i-h2-plus-orangepi-zero.dts \
sun8i-h3-nanopi-m1.dts \
+ sun8i-h3-nanopi-m1-plus.dts \
sun8i-h3-nanopi-neo.dts \
sun8i-h3-orangepi-one.dts \
sun8i-h3-orangepi-plus2e.dts
More information about the svn-src-all
mailing list