UPSTREAM: test/py: u_boot_console_base.py: fix typo

run_command does not have a parameter wait_for_each.

Change-Id: I5b6bb3ed1b732c3ebc307f0618282caea9190b83
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit cd3e8a72a6fb1fe758c5f73b394527609afe26cc)
This commit is contained in:
Heinrich Schuchardt 2017-09-14 12:27:07 +02:00 committed by Kever Yang
parent dd10e6c7ae
commit 70478c701f
1 changed files with 1 additions and 1 deletions

View File

@ -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.