commit | e1568361f757c6c48ab16fac9c08b1bd347515e5 | [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 | 1ee644d8c76e018d933224a247f00f963a0bdc4a [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>