commit | 3559c7982fdac51ce8b0e969f17f1d3382773aca | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Jul 05 10:26:43 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 11:35:04 2016 -0400 |
tree | c13650677e4b097ae9eb4dc5468745975086e51d | |
parent | 7bb424052b97278dd7c3b11d9e8030fa6da76fc0 [diff] |
libfdt: Add fdt_setprop_inplace_namelen_partial Add a function to modify inplace only a portion of a property.. 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> Acked-by: Simon Glass <sjg@chromium.org>