[U-Boot] [PATCH 06/30] dtoc: Move the fdt library selection into fdt_select
Simon Glass
sjg at chromium.org
Sat Aug 27 18:05:29 CEST 2016
On 25 July 2016 at 18:59, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> tools/dtoc/dtoc.py | 18 +++---------------
> tools/dtoc/fdt_select.py | 23 +++++++++++++++++++++++
> 2 files changed, 26 insertions(+), 15 deletions(-)
> create mode 100644 tools/dtoc/fdt_select.py
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list