[PATCH v4 24/83] buildman: Move full-help processing to main
Simon Glass
sjg at chromium.org
Mon Jul 24 20:45:56 CEST 2023
This does not need any of the control features. Move it out of main to
reduce the size of the do_buildman() function.
For Python 3.6 the -H feature will not work, but this does not seem to be
a huge problem, as it dates from 2016.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/buildman/control.py | 11 -----------
tools/buildman/main.py | 9 +++++++++
2 files changed, 9 insertions(+), 11 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list