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 install jetsontk1 boot script as...



details:   https://anonhg.NetBSD.org/src/rev/fb51a4776c8e
branches:  trunk
changeset: 809791:fb51a4776c8e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 02 11:11:32 2015 +0000

description:
install jetsontk1 boot script as boot.scr

diffstat:

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

diffs (18 lines):

diff -r 3c870a6b6ec1 -r fb51a4776c8e distrib/utils/embedded/conf/armv7.conf
--- a/distrib/utils/embedded/conf/armv7.conf    Sun Aug 02 11:09:05 2015 +0000
+++ b/distrib/utils/embedded/conf/armv7.conf    Sun Aug 02 11:11:32 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: armv7.conf,v 1.6 2015/07/15 11:29:16 martin Exp $
+# $NetBSD: armv7.conf,v 1.7 2015/08/02 11:11:32 jmcneill Exp $
 # ARMv7 customization script used by mkimage
 #
 board=armv7
@@ -97,7 +97,7 @@
 fatload mmc 1:1 0x90000000 ${jetsontk1_kernelimg}
 bootm 0x90000000
 EOF
-       "${MKUBOOTIMAGE}" -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" "${mnt}/boot/boot-JETSONTK1.txt" "${mnt}/boot/boot-JETSONTK1.scr"
+       "${MKUBOOTIMAGE}" -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" "${mnt}/boot/boot-JETSONTK1.txt" "${mnt}/boot/boot.scr"
 }
 
 populate() {



Home | Main Index | Thread Index | Old Index