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 <s...@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!