git: f9e26e785339 - main - arm64: dtb: Add rk3568-nanopi-r5s.dts to the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 16:51:40 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f9e26e7853399e7b80ea033fa7fd72e8afe6d061 commit f9e26e7853399e7b80ea033fa7fd72e8afe6d061 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-09-22 16:50:31 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-09-22 16:51:33 +0000 arm64: dtb: Add rk3568-nanopi-r5s.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 8f747738e6b1..f8796ebb17af 100644 --- a/sys/modules/dtb/rockchip/Makefile +++ b/sys/modules/dtb/rockchip/Makefile @@ -17,7 +17,8 @@ DTS= \ rockchip/rk3328-rock64.dts \ rockchip/rk3399-firefly.dts \ rockchip/rk3399-rockpro64.dts \ - rockchip/rk3566-quartz64-a.dts + rockchip/rk3566-quartz64-a.dts \ + rockchip/rk3568-nanopi-r5s.dts DTSO= rk3328-analog-sound.dtso \ rk3328-i2c0.dtso \