commit | ba482585661431dde74eb69c7a94ac2d5a772d9f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:02 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:38 2016 -0600 |
tree | 0d85c16ba9d46f97380babb4cc13383d2a5550c8 | |
parent | 58593115453199eb136f1c625bc29e44d057c07e [diff] |
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>