
27 Apr
2020
27 Apr
'20
5:06 a.m.
Now that we are using absolute paths we can remove some of the sys.path mangling that appears in the tools.
We only need to add the path to 'tools/' so that everything can find modules relative to that directory.
The special paths for finding pylibfdt remain.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/main.py | 5 +++-- tools/buildman/main.py | 3 +-- tools/buildman/test.py | 1 - tools/dtoc/main.py | 1 - tools/dtoc/test_fdt.py | 3 +-- tools/genboardscfg.py | 3 +-- tools/moveconfig.py | 2 -- tools/patman/main.py | 2 +- tools/rmboard.py | 1 - 9 files changed, 7 insertions(+), 14 deletions(-)
Applied to u-boot-dm, thanks!