commit | 901ec8fbe975e47d081aaa8adeaf6901ec48ccf3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:39:30 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 24 19:25:15 2020 -0600 |
tree | b807566d04902f704fdb5f9aa8294f3cec0a69ab | |
parent | 5d5930d0c5ec8abb1cc4d0d63dfa284bab31cfb2 [diff] |
binman: Set a default toolpath When binman is run from 'make check' it is given a toolpath so that the latest tools (e.g. mkimage) are used. When run manually with no toolpath, it relies on the system mkimage. But this may be missing or old. Make some effort to find the built-from-soruce version by looking in the current directory and in the builds created by 'make check'. Signed-off-by: Simon Glass <sjg@chromium.org>