
19 Jul
2020
19 Jul
'20
10:49 p.m.
Convert from OptionParser to ArgumentParser to match binman. With this we can easily add sub-commands.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/patman/control.py | 22 ++++----- tools/patman/main.py | 97 ++++++++++++++++++++-------------------- tools/patman/settings.py | 10 +++-- 3 files changed, 65 insertions(+), 64 deletions(-)
Applied to u-boot-dm