
27 Aug
2016
27 Aug
'16
6:06 p.m.
On 25 July 2016 at 18:59, Simon Glass sjg@chromium.org 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 sjg@chromium.org
lib/libfdt/libfdt.swig | 12 ++++++++++++ tools/dtoc/fdt.py | 10 ++++++++++ tools/dtoc/fdt_fallback.py | 13 +++++++++++++ tools/dtoc/fdt_normal.py | 20 ++++++++++++++++++++ 4 files changed, 55 insertions(+)
Applied to u-boot-dm/next.