[PATCH v2 3/5] binman: Move the tools directory into the Bintool class
Simon Glass
sjg at chromium.org
Wed Mar 8 23:17:46 CET 2023
We want to be able to change this directory. Use a class member to hold
the value, since changing a constant is not good.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/binman/bintool.py | 7 ++++---
tools/binman/bintool_test.py | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list