commit | b71ef89bb04f940e5d518eef98e7e7798b233c26 | [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 | 8a305142e40d6365c7537c7d74d1748e2c3fcbb3 [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>