Module Name:    src
Committed By:   skrll
Date:           Sat Oct 20 08:24:11 UTC 2018

Modified Files:
        src/distrib/utils/embedded/conf: armv7.conf

Log Message:
a bit of sorting


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/utils/embedded/conf/armv7.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/conf/armv7.conf
diff -u src/distrib/utils/embedded/conf/armv7.conf:1.23 src/distrib/utils/embedded/conf/armv7.conf:1.24
--- src/distrib/utils/embedded/conf/armv7.conf:1.23	Mon Dec 11 11:38:14 2017
+++ src/distrib/utils/embedded/conf/armv7.conf	Sat Oct 20 08:24:11 2018
@@ -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 @@ resize=true
 
 . ${DIR}/conf/evbarm.conf
 
+kernels_amlogic="ODROID-C1"
 kernels_beagle="BEAGLEBOARD BEAGLEBONE"
 kernels_rpi="RPI2"
-kernels_amlogic="ODROID-C1"
-kernels_tegra="TEGRA"
 kernels_sunxi="SUNXI"
+kernels_tegra="TEGRA"
 
 make_label() {
 	make_label_evbarm
@@ -152,11 +152,11 @@ populate() {
 	done
 
 	# board specific configuration
+	populate_amlogic
 	populate_beagle
 	populate_rpi
-	populate_amlogic
-	populate_tegra
 	populate_sunxi
+	populate_tegra
 
 	# common configuration
 	populate_common

Reply via email to