Home
last modified time | relevance | path

Searched hist:"4 e5005254e7e4e8eba1e20fb4893ca077e3a1aad" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.h4e5005254e7e4e8eba1e20fb4893ca077e3a1aad Mon Jun 29 23:09:24 UTC 2020 Leonardo Sandoval <leonardo.sandoval@linaro.org> fiptool: return zero status on help and help <command>

Querying the 'fiptool' for help or help <command> should return 0
return status (success) and not 1 (failure). In the other hand, if tool is
executed with any other command (not help) where command's parameters are
either missing or wrong, then the tool should return non-zero (failure). Now,
the 'usage' function caller is the one that passes the return status.

Change-Id: Id5eea91037cd810fb1e34a42e8199ef504f5daa4
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
H A Dfiptool.c4e5005254e7e4e8eba1e20fb4893ca077e3a1aad Mon Jun 29 23:09:24 UTC 2020 Leonardo Sandoval <leonardo.sandoval@linaro.org> fiptool: return zero status on help and help <command>

Querying the 'fiptool' for help or help <command> should return 0
return status (success) and not 1 (failure). In the other hand, if tool is
executed with any other command (not help) where command's parameters are
either missing or wrong, then the tool should return non-zero (failure). Now,
the 'usage' function caller is the one that passes the return status.

Change-Id: Id5eea91037cd810fb1e34a42e8199ef504f5daa4
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>