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

Emmanuel Vadot manu at FreeBSD.org
Thu May 2 17:04:03 UTC 2019


Author: manu
Date: Thu May  2 17:04:01 2019
New Revision: 347024
URL: https://svnweb.freebsd.org/changeset/base/347024

Log:
  dtb: Include RK3399 RockPro64 DTS in kernel build
  
  The DTS for this board is already present in sys/gnu/dts/arm64/rockchip/
  and just needs to be enabled.
  
  Submitted by:	alex at wied.io
  Differential Revision:	https://reviews.freebsd.org/D19823

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

Modified: head/sys/modules/dtb/rockchip/Makefile
==============================================================================
--- head/sys/modules/dtb/rockchip/Makefile	Thu May  2 17:01:13 2019	(r347023)
+++ head/sys/modules/dtb/rockchip/Makefile	Thu May  2 17:04:01 2019	(r347024)
@@ -1,7 +1,7 @@
 # $FreeBSD$
-# For now only for rk3328-rock64 dts file.
 
 DTS=	\
-	rockchip/rk3328-rock64.dts
+	rockchip/rk3328-rock64.dts \
+	rockchip/rk3399-rockpro64.dts
 
 .include <bsd.dtb.mk>


More information about the svn-src-head mailing list