[PATCH v3 07/49] binman: Set a default toolpath
Simon Glass
sjg at chromium.org
Sun Jul 19 22:49:28 CEST 2020
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 at chromium.org>
---
Changes in v3:
- Set a default toolpath for ease of use
tools/binman/main.py | 5 +++++
1 file changed, 5 insertions(+)
Applied to u-boot-dm
More information about the U-Boot
mailing list