Skip to content
Snippets Groups Projects
Commit cd3e8a72 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

test/py: u_boot_console_base.py: fix typo


run_command does not have a parameter wait_for_each.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 5c761ce5
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ class ConsoleBase(object):
Args:
cmd: The command to send.
wait_for_each: Boolean indicating whether to wait for U-Boot to
wait_for_echo: Boolean indicating whether to wait for U-Boot to
echo the command text back to its output.
send_nl: Boolean indicating whether to send a newline character
after the command string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment