Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 20:43:43 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r362244 - stable/12/sys/modules/dtb/rockchip
Message-ID:  <202006162043.05GKhhP4063705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Tue Jun 16 20:43:42 2020
New Revision: 362244
URL: https://svnweb.freebsd.org/changeset/base/362244

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

Modified:
  stable/12/sys/modules/dtb/rockchip/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/modules/dtb/rockchip/Makefile
==============================================================================
--- stable/12/sys/modules/dtb/rockchip/Makefile	Tue Jun 16 20:41:59 2020	(r362243)
+++ stable/12/sys/modules/dtb/rockchip/Makefile	Tue Jun 16 20:43:42 2020	(r362244)
@@ -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?202006162043.05GKhhP4063705>