aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/fip_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/fip_util.py')
-rwxr-xr-xtools/binman/fip_util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/fip_util.py b/tools/binman/fip_util.py
index 95eee32bc00..b5caab2d37a 100755
--- a/tools/binman/fip_util.py
+++ b/tools/binman/fip_util.py
@@ -37,8 +37,8 @@ OUR_PATH = os.path.dirname(OUR_FILE)
sys.path.insert(2, os.path.join(OUR_PATH, '..'))
# pylint: disable=C0413
-from patman import command
-from patman import tools
+from u_boot_pylib import command
+from u_boot_pylib import tools
# The TOC header, at the start of the FIP
HEADER_FORMAT = '<IIQ'