commit | 6a5d36e15c9f1232e9d75698941d754a9cbdfdf3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:39:28 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 24 19:25:15 2020 -0600 |
tree | 7af68d4f878e23575d6c83afba777372a181afd2 | |
parent | b5a47b21d7c6dad4e1efa81bcf5857890d318e2a [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>