commit | da5f74998b9e5e6b706608a4ca625ef0ee195150 | [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 | 2a70d897ed68fd521411a10831ac05e1ffdd3d41 [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>