commit | 7f29583113b2d9aeba116183df5a8bc8ae2d86e2 | [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 | f4590e02c133e7a971bb425d1e83c7ab0cdbf64a [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: