Re: [U-Boot] [PATCH 06/30] dtoc: Move the fdt library selection into fdt_select

2016-08-27 Thread Simon Glass
On 25 July 2016 at 18:59, Simon Glass 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 > --- > > tools/dtoc/dtoc.py

[U-Boot] [PATCH 06/30] dtoc: Move the fdt library selection into fdt_select

2016-07-25 Thread Simon Glass
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 --- tools/dtoc/dtoc.py | 18 +++--- tools/dtoc/fdt_select.py | 23 +