commit | c719e4250bcabb886c987c9bfa438a7aebc53c36 | [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 | a930ecca9bac1c9bbae5e3b73800e9a594d281d6 [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>