X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fbinman%2Fstate.py;h=7f85ab1f9862d0fb81fd1b79b1cdb127a308c5e3;hb=16287933a852bab2ac4985a770e08c9aa69d21b1;hp=d704ed2c7cd1a589f2cca0596e43aaaba1d5e4ab;hpb=0ede00fdaf1d2162350631294f57645675737d89;p=platform%2Fkernel%2Fu-boot.git diff --git a/tools/binman/state.py b/tools/binman/state.py index d704ed2..7f85ab1 100644 --- a/tools/binman/state.py +++ b/tools/binman/state.py @@ -8,7 +8,7 @@ import hashlib import re -import fdt +from dtoc import fdt import os import tools import tout @@ -167,8 +167,8 @@ def Prepare(images, dtb): global output_fdt_info, main_dtb, fdt_path_prefix # Import these here in case libfdt.py is not available, in which case # the above help option still works. - import fdt - import fdt_util + from dtoc import fdt + from dtoc import fdt_util # If we are updating the DTBs we need to put these updated versions # where Entry_blob_dtb can find them. We can ignore 'u-boot.dtb'