svn commit: r362244 - stable/12/sys/modules/dtb/rockchip
Emmanuel Vadot
manu at FreeBSD.org
Tue Jun 16 20:43:43 UTC 2020
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 at 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
More information about the svn-src-stable-12
mailing list