[U-Boot] [PATCH 18/30] dtoc: Support deleting device tree properties
Simon Glass
sjg at chromium.org
Sat Aug 27 18:06:01 CEST 2016
On 25 July 2016 at 18:59, Simon Glass <sjg at chromium.org> wrote:
> Add support for deleting a device tree property. With the fallback
> implementation this uses fdtput. With libfdt it uses the API call and
> updates the offsets afterwards.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> lib/libfdt/libfdt.swig | 12 ++++++++++++
> tools/dtoc/fdt.py | 10 ++++++++++
> tools/dtoc/fdt_fallback.py | 13 +++++++++++++
> tools/dtoc/fdt_normal.py | 20 ++++++++++++++++++++
> 4 files changed, 55 insertions(+)
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list