commit | 7e10f8a452fc6a9581ae0cfc4129869ccb790195 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 23 11:03:38 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 02 09:15:43 2021 -0700 |
tree | 90093619ba2d90f178e0dba3d76e43472cbc0eef | |
parent | 92ebac72da1ac4b519384d2f00df032d801b666c [diff] |
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>