commit | 32d9827df2176da21ee54e95c01f7da9d90e57bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:15 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:39 2016 -0600 |
tree | 2c628a3eafc53e5976da64efef57569462595ab5 | |
parent | c719e4250bcabb886c987c9bfa438a7aebc53c36 [diff] |
dtoc: Support packing the device tree After any node/property deletion the device tree can be packed to remove spare space. Add a way to perform this operation. Note that for fdt_fallback, fdtput automatically packs the device tree after deletion, so no action is required here. Signed-off-by: Simon Glass <sjg@chromium.org>