Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf move options FDT to std.tegra



details:   https://anonhg.NetBSD.org/src/rev/73c80d52a3aa
branches:  trunk
changeset: 342322:73c80d52a3aa
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Dec 16 12:26:14 2015 +0000

description:
move options FDT to std.tegra

diffstat:

 sys/arch/evbarm/conf/TEGRA     |  3 +--
 sys/arch/evbarm/conf/std.tegra |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r aa7ab7c7a9bc -r 73c80d52a3aa sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA        Wed Dec 16 12:22:48 2015 +0000
+++ b/sys/arch/evbarm/conf/TEGRA        Wed Dec 16 12:26:14 2015 +0000
@@ -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        SOC_TEGRA124
 options        MULTIPROCESSOR
 
-options        FDT             # Flattened Device Tree support
 pseudo-device  openfirm        # /dev/openfirm
 
 options        DIAGNOSTIC      # internal consistency checks
diff -r aa7ab7c7a9bc -r 73c80d52a3aa sys/arch/evbarm/conf/std.tegra
--- a/sys/arch/evbarm/conf/std.tegra    Wed Dec 16 12:22:48 2015 +0000
+++ b/sys/arch/evbarm/conf/std.tegra    Wed Dec 16 12:26:14 2015 +0000
@@ -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/files.tegra"
 
+options        FDT                             # Flattened Device Tree support
 options        MODULAR
 options        MODULAR_DEFAULT_AUTOLOAD
 options        __HAVE_CPU_COUNTER



Home | Main Index | Thread Index | Old Index