commit | 5d8b3384621a830f7acea4238b0bb555b857e058 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:39:28 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | 6482eca94ebf24b34dc8c245562976696d660a22 | |
parent | ccbe7dbc3f0ac390fa94f86d21f4ce620738523c [diff] |
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>