Module Name:    src
Committed By:   jmcneill
Date:           Wed Dec 16 12:26:15 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: TEGRA std.tegra

Log Message:
move options FDT to std.tegra


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/TEGRA
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.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.4 src/sys/arch/evbarm/conf/TEGRA:1.5
--- src/sys/arch/evbarm/conf/TEGRA:1.4	Tue Dec 15 15:35:10 2015
+++ src/sys/arch/evbarm/conf/TEGRA	Wed Dec 16 12:26:14 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: TEGRA,v 1.4 2015/12/15 15:35:10 jmcneill Exp $
+#	$NetBSD: TEGRA,v 1.5 2015/12/16 12:26:14 jmcneill Exp $
 #
 #	NVIDIA Tegra K1 (T124)
 #
@@ -11,7 +11,6 @@ options 	CPU_CORTEXA15
 options 	SOC_TEGRA124
 options 	MULTIPROCESSOR
 
-options 	FDT		# Flattened Device Tree support
 pseudo-device 	openfirm	# /dev/openfirm
 
 options 	DIAGNOSTIC	# internal consistency checks

Index: src/sys/arch/evbarm/conf/std.tegra
diff -u src/sys/arch/evbarm/conf/std.tegra:1.10 src/sys/arch/evbarm/conf/std.tegra:1.11
--- src/sys/arch/evbarm/conf/std.tegra:1.10	Wed Nov 25 08:39:45 2015
+++ src/sys/arch/evbarm/conf/std.tegra	Wed Dec 16 12:26:14 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: std.tegra,v 1.10 2015/11/25 08:39:45 skrll Exp $
+#	$NetBSD: std.tegra,v 1.11 2015/12/16 12:26:14 jmcneill Exp $
 #
 
 machine	evbarm arm
@@ -6,6 +6,7 @@ include 	"arch/evbarm/conf/std.evbarm"
 
 include		"arch/evbarm/conf/files.tegra"
 
+options 	FDT				# Flattened Device Tree support
 options 	MODULAR
 options 	MODULAR_DEFAULT_AUTOLOAD
 options 	__HAVE_CPU_COUNTER

Reply via email to