git: bfce69ae9a07 - main - dtb: freescale: Add fsl-ls1028a-rdb to the build

Marcin Wojtas mw at FreeBSD.org
Tue Aug 3 10:08:02 UTC 2021


The branch main has been updated by mw:

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

commit bfce69ae9a0731f87574fcbe96f14e5f8e77f036
Author:     Kornel Duleba <mindal at semihalf.com>
AuthorDate: 2021-06-23 12:56:34 +0000
Commit:     Marcin Wojtas <mw at FreeBSD.org>
CommitDate: 2021-08-03 10:07:49 +0000

    dtb: freescale: Add fsl-ls1028a-rdb to the build
    
    With the recent inclusion of ENETC networking driver we now support this
    board.
    
    Obtained from: Semihalf
    Sponsored by: Alstom Group
---
 sys/modules/dtb/freescale/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/modules/dtb/freescale/Makefile b/sys/modules/dtb/freescale/Makefile
index 4f211ad53357..77602c4f5ef1 100644
--- a/sys/modules/dtb/freescale/Makefile
+++ b/sys/modules/dtb/freescale/Makefile
@@ -1,6 +1,7 @@
 # $FreeBSD$
 # All the dts files for Freescale (now NXP) systems we support.
-DTS=	freescale/fsl-lx2160a-clearfog-cx.dts \
+DTS=	freescale/fsl-ls1028a-rdb.dts \
+	freescale/fsl-lx2160a-clearfog-cx.dts \
 	freescale/fsl-lx2160a-honeycomb.dts \
 	freescale/fsl-lx2160a-qds.dts \
 	freescale/fsl-lx2160a-rdb.dts


More information about the dev-commits-src-all mailing list