commit | afd7175303ff40331d7e3920622af9caff2161b6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 12:14:47 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 11:40:49 2023 -0800 |
tree | 5b44dd89699315a05311efc0be7e4557b0acd792 | |
parent | 12853221ef6791e5fd607b4a84d81e44b2a7b41e [diff] |
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>