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 Do not search 64-bit directories for dt...
details: https://anonhg.NetBSD.org/src/rev/1628f755e52e
branches: trunk
changeset: 1004357:1628f755e52e
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Oct 26 15:01:18 2019 +0000
description:
Do not search 64-bit directories for dts files
diffstat:
sys/arch/evbarm/conf/GENERIC | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 7bb503d2d8e8 -r 1628f755e52e sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Sat Oct 26 14:57:27 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Sat Oct 26 15:01:18 2019 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.54 2019/10/08 23:03:01 bad Exp $
+# $NetBSD: GENERIC,v 1.55 2019/10/26 15:01:18 jmcneill Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -12,9 +12,9 @@
# FDT files supported by this kernel - add to DTSSUBDIR and DTS as
# appropriate
#
-makeoptions DTSARCH="arm aarch64"
-makeoptions DTSGNUARCH="arm arm64"
-makeoptions DTSSUBDIR="allwinner broadcom nvidia rockchip socfpga"
+makeoptions DTSARCH="arm"
+makeoptions DTSGNUARCH="arm"
+makeoptions DTSSUBDIR=""
makeoptions DTS="
bcm2836-rpi-2-b.dts
bcm2837-rpi-3-a-plus.dts
Home |
Main Index |
Thread Index |
Old Index