commit | 2a70d897ed68fd521411a10831ac05e1ffdd3d41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:14 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:39 2016 -0600 |
tree | e3923ef5b91172f52da3627b6370e9fbee6b5bc2 | |
parent | 0170804f60b19a2033ac39964fcd192a0c7eda42 [diff] |
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>