commit | 3c0196f64cc9ef1f1fa234b1dab8498aa37cf974 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:21:58 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | d71455e4dc0db296511be0b4ee5f9afc56c068a5 | |
parent | 2299d04fbebafa7610afb16c7f63e3c66f78630b [diff] |
patman: Move all non-test logic into control module 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@chromium.org>