]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Move arguments for sent into the correct parser
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 04:21:33 +0000 (06:21 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit9126e16e632ae2795534bef17dd9751a20c4b421
tree58df41e37cc52197a9290b62961756761f392709
parent828e84ac37f5558fd5a61cb1803e219203cfa6b0
patman: Move arguments for sent into the correct parser

Most of the arguments for the main parser are actually arguments for the
'send' parser. Move them there, in a separate function.

Fix a pylint warning for -D and the imports while here.

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