summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/flash.kermit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/flash.kermit b/tests/flash.kermit
index fe211abc7..a903e7c32 100755
--- a/tests/flash.kermit
+++ b/tests/flash.kermit
@@ -4,7 +4,7 @@ define flash {
.tftpfilename := \fbasename(\%1)
if = \m(uboot_version) 2 {
- ptx_uboot_exec 600 "update_\%2 nor \m(tftpfilename)"
+ ptx_uboot_exec 600 "update_\%2 \m(tftpfilename)"
} else {
ptx_uboot_exec 5 "setenv \%2 \m(tftpfilename)"
ptx_uboot_exec 600 "run update_\%2" "Copy to Flash... done"