Module Name:    src
Committed By:   jmcneill
Date:           Fri Sep  8 10:17:18 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: TEGRA

Log Message:
Include tegra210 dts files with kernel build


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/conf/TEGRA

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/TEGRA
diff -u src/sys/arch/evbarm/conf/TEGRA:1.26 src/sys/arch/evbarm/conf/TEGRA:1.27
--- src/sys/arch/evbarm/conf/TEGRA:1.26	Fri Jul 21 01:01:22 2017
+++ src/sys/arch/evbarm/conf/TEGRA	Fri Sep  8 10:17:18 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: TEGRA,v 1.26 2017/07/21 01:01:22 jmcneill Exp $
+#	$NetBSD: TEGRA,v 1.27 2017/09/08 10:17:18 jmcneill Exp $
 #
 #	NVIDIA Tegra family SoCs
 #
@@ -7,12 +7,19 @@
 include	"arch/evbarm/conf/std.tegra"
 include	"arch/evbarm/conf/GENERIC.common"
 
+makeoptions	DTSGNUARCH="arm arm64"
+makeoptions	DTSSUBDIR="nvidia"
 makeoptions	DTS="
 	tegra124-apalis-eval.dts
 	tegra124-jetson-tk1.dts
 	tegra124-nyan-big.dts
 	tegra124-nyan-blaze.dts
 	tegra124-venice2.dts
+
+	tegra210-p2371-0000.dts
+	tegra210-p2371-2180.dts
+	tegra210-p2571.dts
+	tegra210-smaug.dts
 "
 
 options 	CPU_CORTEXA15

Reply via email to