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

Emmanuel Vadot manu at FreeBSD.org
Wed Nov 4 20:15:15 UTC 2020


Author: manu
Date: Wed Nov  4 20:15:14 2020
New Revision: 367340
URL: https://svnweb.freebsd.org/changeset/base/367340

Log:
  dtb/rockchip: Add rockpi-4 to the build
  
  We boot on this board to add the dtb to the build.
  
  Requested by:	Daniel Engberg <daniel.engberg.lists at pyret.net>

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

Modified: head/sys/modules/dtb/rockchip/Makefile
==============================================================================
--- head/sys/modules/dtb/rockchip/Makefile	Wed Nov  4 19:54:18 2020	(r367339)
+++ head/sys/modules/dtb/rockchip/Makefile	Wed Nov  4 20:15:14 2020	(r367340)
@@ -4,6 +4,7 @@ DTS=	\
 	rockchip/rk3399-khadas-edge-captain.dts \
 	rockchip/rk3399-khadas-edge.dts \
 	rockchip/rk3399-khadas-edge-v.dts \
+	rockchip/rk3399-rock-pi-4.dts \
 	rockchip/rk3328-rock64.dts \
 	rockchip/rk3399-firefly.dts \
 	rockchip/rk3399-rockpro64.dts


More information about the svn-src-all mailing list