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: [email protected]
  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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to