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/32c74d18ae8e
branches:  trunk
changeset: 836204:32c74d18ae8e
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 7d9f43494eaf -r 32c74d18ae8e 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