binman: Use tools.Run() to run objdump
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:52 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commit180f556b090c2e3c84c904d3e6bc884acb423e1f
tree1ce3f3777754b3eafc2de23e327f4dc170487ebc
parente95be637c47463f771998fe7b890daec032dcb8e
binman: Use tools.Run() to run objdump

At present this command silently fails if something goes wrong. Use the
tools.Run() function instead, since it reports errors.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/elf.py