git: d10e2facd6de - stable/14 - arm64: dtb: Add rk3566-quartz64-a.dts to the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Oct 2023 14:34:29 UTC
The branch stable/14 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=d10e2facd6deb9bbb0d6dfd22a91e0891c3855fb commit d10e2facd6deb9bbb0d6dfd22a91e0891c3855fb Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-08-15 05:58:05 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-10-18 14:33:37 +0000 arm64: dtb: Add rk3566-quartz64-a.dts to the build We can boot on this board. (cherry picked from commit 2303980cfcb1e709c17b108ce66a25a8e7eea337) --- 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 \