]> git.ipfire.org Git - people/ms/u-boot.git/commit
dtoc: Support deleting device tree properties
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:14 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:39 +0000 (21:04 -0600)
commit2a70d897ed68fd521411a10831ac05e1ffdd3d41
treee3923ef5b91172f52da3627b6370e9fbee6b5bc2
parent0170804f60b19a2033ac39964fcd192a0c7eda42
dtoc: Support deleting device tree properties

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
tools/dtoc/fdt.py
tools/dtoc/fdt_fallback.py
tools/dtoc/fdt_normal.py