aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/gbb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/gbb.py')
-rw-r--r--tools/binman/etype/gbb.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/binman/etype/gbb.py b/tools/binman/etype/gbb.py
index a94c0fc..dd10599 100644
--- a/tools/binman/etype/gbb.py
+++ b/tools/binman/etype/gbb.py
@@ -8,11 +8,11 @@
from collections import OrderedDict
-import command
-from entry import Entry, EntryArg
+from patman import command
+from binman.entry import Entry, EntryArg
-import fdt_util
-import tools
+from dtoc import fdt_util
+from patman import tools
# Build GBB flags.
# (src/platform/vboot_reference/firmware/include/gbb_header.h)