Module Name: src
Committed By: jmcneill
Date: Sun Aug 2 11:11:32 UTC 2015
Modified Files:
src/distrib/utils/embedded/conf: armv7.conf
Log Message:
install jetsontk1 boot script as boot.scr
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/distrib/utils/embedded/conf/armv7.conf:1.7
--- src/distrib/utils/embedded/conf/armv7.conf:1.6 Wed Jul 15 11:29:16 2015
+++ src/distrib/utils/embedded/conf/armv7.conf Sun Aug 2 11:11:32 2015
@@ -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 @@ setenv bootargs root=ld1a
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() {