
26 Jan
2022
26 Jan
'22
4:37 p.m.
Reverse the order of the return tuple, so that the filename is first. This seems more obvious than putting the temporary directory first.
Correct a bug that leaves a space on the final line.
Allow the caller to control the name of the temporary directory.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
tools/buildman/toolchain.py | 2 +- tools/patman/tools.py | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!