git: 40e58aca9fdb - main - sifive: dtb: add unmatched dtb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Apr 2025 19:30:57 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=40e58aca9fdb5c05a00c4468ed9ac2bef1e916d2 commit 40e58aca9fdb5c05a00c4468ed9ac2bef1e916d2 Author: Han Gao <rabenda.cn@gmail.com> AuthorDate: 2025-04-13 22:44:55 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-04-20 19:28:32 +0000 sifive: dtb: add unmatched dtb Signed-off-by: Han Gao <rabenda.cn@gmail.com> Signed-off-by: Han Gao <gaohan@iscas.ac.cn> Reviewed by: imp, jlduran Pull Request: https://github.com/freebsd/freebsd-src/pull/1661 --- sys/modules/dtb/sifive/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/dtb/sifive/Makefile b/sys/modules/dtb/sifive/Makefile index a0566e5fc9bd..7a823735e17a 100644 --- a/sys/modules/dtb/sifive/Makefile +++ b/sys/modules/dtb/sifive/Makefile @@ -1,4 +1,5 @@ DTS= \ - sifive/hifive-unleashed-a00.dts + sifive/hifive-unleashed-a00.dts \ + sifive/hifive-unmatched-a00.dts .include <bsd.dtb.mk>