Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 17:51:43 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354117 - head/sys/modules/dtb/rockchip
Message-ID:  <201910261751.x9QHphtw068729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910261751.x9QHphtw068729>