projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4590e0
)
binman: Correct path for fip_util
author
Simon Glass
<sjg@chromium.org>
Mon, 10 Jan 2022 03:13:47 +0000
(20:13 -0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tools/binman/fip_util_test.py
b/tools/binman/fip_util_test.py
index 4839b29876287d6471e69cd4bfd3f3f16cd76e56..06827f5932270b1651d336083a235984a384737b 100755
(executable)
--- a/
tools/binman/fip_util_test.py
+++ b/
tools/binman/fip_util_test.py
@@
-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: