aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_dtb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/u_boot_dtb.py')
-rw-r--r--tools/binman/etype/u_boot_dtb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/etype/u_boot_dtb.py b/tools/binman/etype/u_boot_dtb.py
index 6c805a6..e983500 100644
--- a/tools/binman/etype/u_boot_dtb.py
+++ b/tools/binman/etype/u_boot_dtb.py
@@ -5,8 +5,8 @@
# Entry-type module for U-Boot device tree
#
-from entry import Entry
-from blob_dtb import Entry_blob_dtb
+from binman.entry import Entry
+from binman.etype.blob_dtb import Entry_blob_dtb
class Entry_u_boot_dtb(Entry_blob_dtb):
"""U-Boot device tree