Re: [PATCH 01/17] dtoc: Bring in the libfdt module automatically

2021-12-02 Thread Simon Glass
Use the same technique as with binman to load this module from the U-Boot tree if available. This allows running tests without having to specify the PYTHONPATH variable. Signed-off-by: Simon Glass --- tools/dtoc/test_fdt.py | 6 ++ 1 file changed, 6 insertions(+) Applied to

[PATCH 01/17] dtoc: Bring in the libfdt module automatically

2021-11-23 Thread Simon Glass
Use the same technique as with binman to load this module from the U-Boot tree if available. This allows running tests without having to specify the PYTHONPATH variable. Signed-off-by: Simon Glass --- tools/dtoc/test_fdt.py | 6 ++ 1 file changed, 6 insertions(+) diff --git