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>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commitfdb3040e964608c4d6caac9e8b18cb4b0a2a45b5
tree7af68d4f878e23575d6c83afba777372a181afd2
parent5de9b9c03c65e834361bf50e525fc5af889e0ff4
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