binman: Add a default path to libfdt.py
authorSimon Glass <sjg@chromium.org>
Tue, 2 Oct 2018 03:12:40 +0000 (21:12 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2018 13:34:34 +0000 (07:34 -0600)
commited59e005e6ed388609749d52e98804b76db095d1
treea2b263b656ae8997aa3a2ee6b7823cf536e71921
parent3bc11e818c3ad049a24ba2c2deb27ddd651a6e3b
binman: Add a default path to libfdt.py

This module is often available in the sandbox_spl build created by
'make check'. Use this as a default path so that just typing 'binman -t'
(without setting PYTHONPATH) will generally run the tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py
tools/dtoc/dtoc.py