[U-Boot] [PATCH v3 07/12] libfdt: Add fdt_setprop_inplace_by_index

Simon Glass sjg at chromium.org
Sun Jun 26 04:53:50 CEST 2016


On 24 June 2016 at 08:27, Maxime Ripard
<maxime.ripard at free-electrons.com> wrote:
> Add a function to modify inplace a property starting from a given index.
>
> This is especially useful when the property is an array of values, and you
> want to update one of them without changing the DT size.
>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
>  include/libfdt.h     | 34 +++++++++++++++++++++++++++++++---
>  lib/libfdt/fdt_wip.c | 13 ++++++++-----
>  2 files changed, 39 insertions(+), 8 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>

I need to get fdt_setprop_inplace() upstream.

- Simon


More information about the U-Boot mailing list