]> git.sur5r.net Git - u-boot/commit
fdt: Support use of the new python libfdt library
authorSimon Glass <sjg@chromium.org>
Sat, 27 May 2017 13:38:22 +0000 (07:38 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 16:16:48 +0000 (10:16 -0600)
commitb4360206a4bc67404125b0478132aeaeea41683f
tree2c972001e3388a272993cff51869f856bdb3cf0b
parent4a28b007031404f5cf0a18e0b79d1e6f7ec982b0
fdt: Support use of the new python libfdt library

Use the new library if available, while retaining backwards compatibility
with the old library for now.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py
tools/dtoc/fdt.py
tools/dtoc/fdt_normal.py