]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Move the tools directory into the Bintool class
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 19:14:47 +0000 (12:14 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit80466d9a2d4cd3a9831ff54d70ff1be8b87df331
tree5b44dd89699315a05311efc0be7e4557b0acd792
parent8a8854e0ce7b1ea9833e56d71b4e3f5bfe6d8746
binman: Move the tools directory into the Bintool class

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@chromium.org>
tools/binman/bintool.py
tools/binman/bintool_test.py