commit | 79e984c470f7a2bfa4d292214a985ec39185d935 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Tue Sep 17 17:09:33 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:12:46 2020 -0500 |
tree | f86eb9fd7603c3cd912d50d5d7bcfb4f41a310f7 | |
parent | d8a3f5259a36e76d1de127f65714c40918e8ee4c [diff] |
tools: dumpimage: Provide more feedback on internal errors The dumpimage utility errors out in a number of places without providing sufficient feedback to allow the user to easily determine what has gone wrong. Add additional error messages to make the cause of the failure more obvious. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>