Re: [U-Boot] [PATCH 19/30] dtoc: Support packing the device tree

2016-08-27 Thread Simon Glass
On 25 July 2016 at 18:59, Simon Glass 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. >

[U-Boot] [PATCH 19/30] dtoc: Support packing the device tree

2016-07-25 Thread Simon Glass
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 --- lib/libfdt/libfdt.swig