commit | b27e9891973ad855251ea9c64ac163319f950849 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 19 17:48:14 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 24 09:34:10 2023 -0600 |
tree | 53d54c5a3b40c088a81faf58f1c72870f34d38bd | |
parent | 6a754c67520705eef890b88c38f1fbbd3e3c1067 [diff] |
buildman: Avoid globals in leaf functions Rather than using the global thoughout each function, pass in these values. This allows tests to use different values when testing the same functions. Improve a few comments while we are here. No functional change is intended. Signed-off-by: Simon Glass <sjg@chromium.org>