[PATCH v2 01/30] patman: Move all non-test logic into control module
Simon Glass
sjg at chromium.org
Fri May 23 15:19:30 CEST 2025
It is easier for tests if the top-level control logic is all in one
module. Create a new do_patman() function to handle this. Move the
existing code into it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/patman/__main__.py | 49 ++----------------------------------
tools/patman/control.py | 54 ++++++++++++++++++++++++++++++++++++++--
2 files changed, 54 insertions(+), 49 deletions(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list