binman: Drop unnecessary debug handling
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:43 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:58 +0000 (20:27 -0700)
commit9382bb873b627e5ce660ab3e8385a90460a0df2c
tree0fb9be770b876efdddd18e2175f8a18d3e421204
parentff5c7e383e8c053684fff263dd0afc7aeb8040fb
binman: Drop unnecessary debug handling

The -D option enables debug mode, but we only need to add -D to the
command line once. Drop the duplicate code. Also drop the comment about
enabling debugging since this can be done with -D.

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