Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2023 16:00:21 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2303980cfcb1 - main - arm64: dtb: Add rk3566-quartz64-a.dts to the build
Message-ID:  <202309211600.38LG0L8S050878@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=2303980cfcb1e709c17b108ce66a25a8e7eea337

commit 2303980cfcb1e709c17b108ce66a25a8e7eea337
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-08-15 05:58:05 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-09-21 15:50:07 +0000

    arm64: dtb: Add rk3566-quartz64-a.dts to the build
    
    We can boot on this board.
---
 sys/modules/dtb/rockchip/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/modules/dtb/rockchip/Makefile b/sys/modules/dtb/rockchip/Makefile
index 79ce7f2c7407..8f747738e6b1 100644
--- a/sys/modules/dtb/rockchip/Makefile
+++ b/sys/modules/dtb/rockchip/Makefile
@@ -16,7 +16,8 @@ DTS=	\
 	rockchip/rk3328-rock-pi-e.dts \
 	rockchip/rk3328-rock64.dts \
 	rockchip/rk3399-firefly.dts \
-	rockchip/rk3399-rockpro64.dts
+	rockchip/rk3399-rockpro64.dts \
+	rockchip/rk3566-quartz64-a.dts
 
 DTSO=	rk3328-analog-sound.dtso \
 	rk3328-i2c0.dtso \



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