summaryrefslogtreecommitdiffstats
path: root/tests/flash.kermit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/flash.kermit')
-rwxr-xr-xtests/flash.kermit4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/flash.kermit b/tests/flash.kermit
index 44a0e21d2..fe211abc7 100755
--- a/tests/flash.kermit
+++ b/tests/flash.kermit
@@ -2,12 +2,12 @@
define flash {
ptx_test_start "Flashing \%2"
.tftpfilename := \fbasename(\%1)
-
+
if = \m(uboot_version) 2 {
ptx_uboot_exec 600 "update_\%2 nor \m(tftpfilename)"
} else {
ptx_uboot_exec 5 "setenv \%2 \m(tftpfilename)"
- ptx_uboot_exec 600 "run update_\%2"
+ ptx_uboot_exec 600 "run update_\%2" "Copy to Flash... done"
}
ptx_test_end
}