Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/distrib/utils/embedded/conf Pull up following revision(s)...
details: https://anonhg.NetBSD.org/src/rev/48d2eba4e904
branches: netbsd-7
changeset: 799575:48d2eba4e904
user: snj <snj%NetBSD.org@localhost>
date: Sat Aug 22 16:35:31 2015 +0000
description:
Pull up following revision(s) (requested by jmcneill in ticket #959):
distrib/utils/embedded/conf/armv7.conf: revision 1.8 via patch
Cubieboard2 kernel is named netbsd-CUBIEBOARD.ub not netbsd-CUBIEBOARD2.ub
diffstat:
distrib/utils/embedded/conf/armv7.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 000c98ed1790 -r 48d2eba4e904 distrib/utils/embedded/conf/armv7.conf
--- a/distrib/utils/embedded/conf/armv7.conf Fri Aug 21 17:32:36 2015 +0000
+++ b/distrib/utils/embedded/conf/armv7.conf Sat Aug 22 16:35:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: armv7.conf,v 1.7.2.3 2015/08/07 13:44:27 martin Exp $
+# $NetBSD: armv7.conf,v 1.7.2.4 2015/08/22 16:35:31 snj Exp $
# ARMv7 customization script used by mkimage
#
board=armv7
@@ -44,7 +44,7 @@
populate_awin() {
cat >> ${mnt}/boot/uEnv.txt << EOF
bootargs=root=ld0a console=${console}
-uenvcmd=mmc dev 0; mmc rescan; if test \$fdtfile = sun7i-a20-cubieboard2.dtb; then setenv kernel netbsd-CUBIEBOARD2.ub; elif test \$fdtfile = sun7i-a20-cubietruck.dtb; then setenv kernel
netbsd-CUBIETRUCK.ub; elif test \$fdtfile = sun6i-a31-hummingbird.dtb; then setenv kernel netbsd-HUMMINGBIRD_A31.ub; elif test \$fdtfile = sun7i-a20-bananapi.dtb; then setenv kernel netbsd-BPI.ub;
fi; fatload mmc 0:1 82000000 ${kernel}; bootm 82000000
+uenvcmd=mmc dev 0; mmc rescan; if test \$fdtfile = sun7i-a20-cubieboard2.dtb; then setenv kernel netbsd-CUBIEBOARD.ub; elif test \$fdtfile = sun7i-a20-cubietruck.dtb; then setenv kernel
netbsd-CUBIETRUCK.ub; elif test \$fdtfile = sun6i-a31-hummingbird.dtb; then setenv kernel netbsd-HUMMINGBIRD_A31.ub; elif test \$fdtfile = sun7i-a20-bananapi.dtb; then setenv kernel netbsd-BPI.ub;
fi; fatload mmc 0:1 82000000 ${kernel}; bootm 82000000
EOF
}
Home |
Main Index |
Thread Index |
Old Index