]> git.dujemihanovic.xyz Git - u-boot.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)
commit00f674db2dacfb6c62e274b5f87e13b5c97aee97
tree5b44dd89699315a05311efc0be7e4557b0acd792
parentfbb0e480329e964598e79a7d67dbcdff19e7985d
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