summaryrefslogtreecommitdiff
path: root/tools/binman/btool/lz4.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/btool/lz4.py')
-rw-r--r--tools/binman/btool/lz4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/btool/lz4.py b/tools/binman/btool/lz4.py
index dc9e37921a6..fd520d13a56 100644
--- a/tools/binman/btool/lz4.py
+++ b/tools/binman/btool/lz4.py
@@ -60,7 +60,7 @@ import re
import tempfile
from binman import bintool
-from patman import tools
+from u_boot_pylib import tools
# pylint: disable=C0103
class Bintoollz4(bintool.Bintool):