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 Sort the SOC_ list
details: https://anonhg.NetBSD.org/src/rev/709750150be2
branches: trunk
changeset: 433768:709750150be2
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Oct 03 06:02:33 2018 +0000
description:
Sort the SOC_ list
diffstat:
sys/arch/evbarm/conf/GENERIC64 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 3de14c177fa0 -r 709750150be2 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Wed Oct 03 05:49:53 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Wed Oct 03 06:02:33 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.42 2018/10/03 05:45:49 skrll Exp $
+# $NetBSD: GENERIC64,v 1.43 2018/10/03 06:02:33 skrll Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -61,10 +61,10 @@
options SOC_BCM2837
options SOC_RK3328
options SOC_RK3399
-options SOC_TEGRA210
options SOC_SUN50I_A64
options SOC_SUN50I_H5
options SOC_SUN50I_H6
+options SOC_TEGRA210
options SOC_VIRT
options MULTIPROCESSOR
Home |
Main Index |
Thread Index |
Old Index