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

Simon Glass sjg at chromium.org
Sat Aug 27 18:06:04 CEST 2016


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


More information about the U-Boot mailing list