]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Correct path for fip_util
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:47 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
This should be imported from the binman module. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/fip_util_test.py

index 4839b29876287d6471e69cd4bfd3f3f16cd76e56..06827f5932270b1651d336083a235984a384737b 100755 (executable)
@@ -22,7 +22,7 @@ sys.path.insert(2, os.path.join(OUR_PATH, '..'))
 # pylint: disable=C0413
 from patman import test_util
 from patman import tools
-import fip_util
+from binman import fip_util
 
 HAVE_FIPTOOL = True
 try: