Re: [U-Boot] [PATCH v2 03/12] dtoc: Add a way for tests to request the fallback library

2016-10-02 Thread Simon Glass
On 25 September 2016 at 15:52, Simon Glass wrote: > We need to test both the normal (Python libfdt module) and fallback (fdtget) > implementations of the Fdt class. Add a way to select which implementation > to use. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a new patch to al

[U-Boot] [PATCH v2 03/12] dtoc: Add a way for tests to request the fallback library

2016-09-25 Thread Simon Glass
We need to test both the normal (Python libfdt module) and fallback (fdtget) implementations of the Fdt class. Add a way to select which implementation to use. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch to allow testing of the fallback Fdt library tools/dtoc/fdt_select.py