]> git.sur5r.net Git - u-boot/commit
dtoc: Move the fdt library selection into fdt_select
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:02 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:38 +0000 (21:04 -0600)
commitba482585661431dde74eb69c7a94ac2d5a772d9f
tree0d85c16ba9d46f97380babb4cc13383d2a5550c8
parent58593115453199eb136f1c625bc29e44d057c07e
dtoc: Move the fdt library selection into fdt_select

Rather than have dtc worry about which fdt library to use, move this into
a helper file. Add a function which creates a new Fdt object and scans it,
regardless of the implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc.py
tools/dtoc/fdt_select.py [new file with mode: 0644]