Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dtb/arm Also build dtb files for CONFIG_SOC_IMX6SX



details:   https://anonhg.NetBSD.org/src/rev/5d2e2b8ebe2e
branches:  trunk
changeset: 374566:5d2e2b8ebe2e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu May 04 13:31:36 2023 +0000

description:
Also build dtb files for CONFIG_SOC_IMX6SX

diffstat:

 sys/dtb/arm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 969ab6cbf281 -r 5d2e2b8ebe2e sys/dtb/arm/Makefile
--- a/sys/dtb/arm/Makefile      Thu May 04 13:29:33 2023 +0000
+++ b/sys/dtb/arm/Makefile      Thu May 04 13:31:36 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2021/11/12 21:55:17 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.6 2023/05/04 13:31:36 bouyer Exp $
 
 DTSARCH=       arm
 DTSGNUARCH=    arm
@@ -12,6 +12,7 @@ DTSMAKEVARS=  CONFIG_SOC_AM33XX=y             \
                CONFIG_ARCH_BCM2835=y           \
                CONFIG_ARCH_EXYNOS5=y           \
                CONFIG_SOC_IMX6Q=y              \
+               CONFIG_SOC_IMX6SX=y             \
                CONFIG_SOC_IMX7D=y              \
                CONFIG_MACH_MESON8=y            \
                CONFIG_ARCH_OMAP3=y             \



Home | Main Index | Thread Index | Old Index