]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Bring in the libfdt module automatically
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:38 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:15:43 +0000 (09:15 -0700)
commite31d3492421f04ca9bc1166079ba14c2bac430f0
tree90093619ba2d90f178e0dba3d76e43472cbc0eef
parent8e8022f8f544756e299ac005792e16365ff42674
dtoc: Bring in the libfdt module automatically

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 <sjg@chromium.org>
tools/dtoc/test_fdt.py