summaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_ucode.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/u_boot_ucode.py')
-rw-r--r--tools/binman/etype/u_boot_ucode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/etype/u_boot_ucode.py b/tools/binman/etype/u_boot_ucode.py
index dee8848db7..692ccceb71 100644
--- a/tools/binman/etype/u_boot_ucode.py
+++ b/tools/binman/etype/u_boot_ucode.py
@@ -5,8 +5,8 @@
# Entry-type module for a U-Boot binary with an embedded microcode pointer
#
-from entry import Entry
-from blob import Entry_blob
+from binman.entry import Entry
+from binman.etype.blob import Entry_blob
import tools
class Entry_u_boot_ucode(Entry_blob):