[PATCH v2 07/38] patman: Tidy up the download function a little
Simon Glass
sjg at chromium.org
Wed Jan 26 16:37:09 CET 2022
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 at 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!
More information about the U-Boot
mailing list