commit | 25639a0c4a5c32f409769c45e0b4899f3ca8c095 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:13:47 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | ddfcc5126fb786690cef99386e0122c35f1d6612 | |
parent | ceb5f9196282590bad1e9b5c203ad0091bfb39c6 [diff] |
binman: Correct path for fip_util This should be imported from the binman module. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/binman/fip_util_test.py b/tools/binman/fip_util_test.py index 4839b29..06827f5 100755 --- a/tools/binman/fip_util_test.py +++ b/tools/binman/fip_util_test.py
@@ -22,7 +22,7 @@ # pylint: disable=C0413 from patman import test_util from patman import tools -import fip_util +from binman import fip_util HAVE_FIPTOOL = True try: