]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Correct the search patch for pylibfdt
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:28 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commitd42e36eeca714feb742420ffef2ee0c833789618
tree6482eca94ebf24b34dc8c245562976696d660a22
parent0d794d970be2f7addc8e3721e2e9eb6766122999
binman: Correct the search patch for pylibfdt

Now that binman uses tools/ as its base directory for importing modules,
the path to the pylibfdt build by U-Boot is incorrect. Fix it with a new
path.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/main.py