aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/vblock.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/vblock.py')
-rw-r--r--tools/binman/etype/vblock.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/etype/vblock.py b/tools/binman/etype/vblock.py
index 91fa2f7..c13ceda 100644
--- a/tools/binman/etype/vblock.py
+++ b/tools/binman/etype/vblock.py
@@ -9,9 +9,9 @@
from collections import OrderedDict
import os
-from entry import Entry, EntryArg
+from binman.entry import Entry, EntryArg
-import fdt_util
+from dtoc import fdt_util
import tools
class Entry_vblock(Entry):