
26 Jun
2016
26 Jun
'16
4:53 a.m.
On 24 June 2016 at 08:27, Maxime Ripard maxime.ripard@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@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@chromium.org
I need to get fdt_setprop_inplace() upstream.
- Simon