svn commit: r354117 - head/sys/modules/dtb/rockchip

Emmanuel Vadot manu at FreeBSD.org
Sat Oct 26 17:51:44 UTC 2019


Author: manu
Date: Sat Oct 26 17:51:43 2019
New Revision: 354117
URL: https://svnweb.freebsd.org/changeset/base/354117

Log:
  arm64: rockchip: dts: Build the Khadas board DTS
  
  We boot on thoses boards so build them.
  
  Submitted by:	s199p.wa1k9r at gmail.com
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D22158

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

Modified: head/sys/modules/dtb/rockchip/Makefile
==============================================================================
--- head/sys/modules/dtb/rockchip/Makefile	Sat Oct 26 17:11:02 2019	(r354116)
+++ head/sys/modules/dtb/rockchip/Makefile	Sat Oct 26 17:51:43 2019	(r354117)
@@ -1,6 +1,9 @@
 # $FreeBSD$
 
 DTS=	\
+	rockchip/rk3399-khadas-edge-captain.dts \
+	rockchip/rk3399-khadas-edge.dts \
+	rockchip/rk3399-khadas-edge-v.dts \
 	rockchip/rk3328-rock64.dts \
 	rockchip/rk3399-rockpro64.dts
 


More information about the svn-src-head mailing list