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)
commit5d8b3384621a830f7acea4238b0bb555b857e058
tree6482eca94ebf24b34dc8c245562976696d660a22
parentccbe7dbc3f0ac390fa94f86d21f4ce620738523c
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