summaryrefslogtreecommitdiff
path: root/tools/binman/etype/x86_start16_spl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/x86_start16_spl.py')
-rw-r--r--tools/binman/etype/x86_start16_spl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/etype/x86_start16_spl.py b/tools/binman/etype/x86_start16_spl.py
index c8c70639de..ad520d3c6d 100644
--- a/tools/binman/etype/x86_start16_spl.py
+++ b/tools/binman/etype/x86_start16_spl.py
@@ -5,8 +5,8 @@
# Entry-type module for the 16-bit x86 start-up code for U-Boot SPL
#
-from entry import Entry
-from blob import Entry_blob
+from binman.entry import Entry
+from binman.etype.blob import Entry_blob
class Entry_x86_start16_spl(Entry_blob):
"""x86 16-bit start-up code for SPL