Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded/conf a bit of sorting



details:   https://anonhg.NetBSD.org/src/rev/0ada7738cf29
branches:  trunk
changeset: 836500:0ada7738cf29
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 20 08:24:11 2018 +0000

description:
a bit of sorting

diffstat:

 distrib/utils/embedded/conf/armv7.conf |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r ccc208b527c4 -r 0ada7738cf29 distrib/utils/embedded/conf/armv7.conf
--- a/distrib/utils/embedded/conf/armv7.conf    Sat Oct 20 06:35:34 2018 +0000
+++ b/distrib/utils/embedded/conf/armv7.conf    Sat Oct 20 08:24:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: armv7.conf,v 1.23 2017/12/11 11:38:14 jmcneill Exp $
+# $NetBSD: armv7.conf,v 1.24 2018/10/20 08:24:11 skrll Exp $
 # ARMv7 customization script used by mkimage
 #
 board=armv7
@@ -7,11 +7,11 @@
 
 . ${DIR}/conf/evbarm.conf
 
+kernels_amlogic="ODROID-C1"
 kernels_beagle="BEAGLEBOARD BEAGLEBONE"
 kernels_rpi="RPI2"
-kernels_amlogic="ODROID-C1"
+kernels_sunxi="SUNXI"
 kernels_tegra="TEGRA"
-kernels_sunxi="SUNXI"
 
 make_label() {
        make_label_evbarm
@@ -152,11 +152,11 @@
        done
 
        # board specific configuration
+       populate_amlogic
        populate_beagle
        populate_rpi
-       populate_amlogic
+       populate_sunxi
        populate_tegra
-       populate_sunxi
 
        # common configuration
        populate_common



Home | Main Index | Thread Index | Old Index