summaryrefslogtreecommitdiff
path: root/tools/binman/etype/fmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/fmap.py')
-rw-r--r--tools/binman/etype/fmap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/binman/etype/fmap.py b/tools/binman/etype/fmap.py
index 835ba5012e..a155beb617 100644
--- a/tools/binman/etype/fmap.py
+++ b/tools/binman/etype/fmap.py
@@ -5,10 +5,10 @@
# Entry-type module for a Flash map, as used by the flashrom SPI flash tool
#
-from entry import Entry
-import fmap_util
+from binman.entry import Entry
+from binman import fmap_util
import tools
-from tools import ToHexSize
+from patman.tools import ToHexSize
import tout