Re: [U-Boot] [RESEND PATCH 3/3] Use run_command_repeatable()

2014-06-05 Thread Simon Glass
On 5 June 2014 12:07, Thomas Betker wrote: > Replace run_command() by run_command_repeatable() in places which > depend on the return code to indicate repeatability. > > Signed-off-by: Thomas Betker Acked-by: Simon Glass Tested-by: Simon Glass ___ U-

[U-Boot] [RESEND PATCH 3/3] Use run_command_repeatable()

2014-06-05 Thread Thomas Betker
Replace run_command() by run_command_repeatable() in places which depend on the return code to indicate repeatability. Signed-off-by: Thomas Betker --- common/cli_simple.c | 2 +- common/cmd_bedbug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cli_simple.c b/com