Re: [U-Boot] [PATCH 18/30] dtoc: Support deleting device tree properties

2016-08-27 Thread Simon Glass
On 25 July 2016 at 18:59, Simon Glass wrote: > Add support for deleting a device tree property. With the fallback > implementation this uses fdtput. With libfdt it uses the API call and > updates the offsets afterwards. > > Signed-off-by: Simon Glass > --- > > lib/libfdt/libfdt.swig | 12 +++

[U-Boot] [PATCH 18/30] dtoc: Support deleting device tree properties

2016-07-25 Thread Simon Glass
Add support for deleting a device tree property. With the fallback implementation this uses fdtput. With libfdt it uses the API call and updates the offsets afterwards. Signed-off-by: Simon Glass --- lib/libfdt/libfdt.swig | 12 tools/dtoc/fdt.py | 10 ++ tools