12 Jun, 2014

1 commit

  • run_command() returns 0 on success and 1 on error. However, there are some
    invocations which expect 0 or 1 for success (not repeatable or repeatable)
    and -1 for error; add run_command_repeatable() for this purpose.

    Signed-off-by: Thomas Betker
    Acked-by: Simon Glass
    Tested-by: Simon Glass

    Thomas Betker
     

30 May, 2014

3 commits