
27 Aug
2016
27 Aug
'16
6:06 p.m.
On 25 July 2016 at 18:59, Simon Glass sjg@chromium.org wrote:
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
lib/libfdt/libfdt.swig | 1 + tools/dtoc/fdt.py | 16 ++++++++++++++++ tools/dtoc/fdt_normal.py | 11 +++++++++++ 3 files changed, 28 insertions(+)
Applied to u-boot-dm/next.