commit | ea7b1a213e8b01befd05d94620add7cf84883876 | [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 | 2b941bf96dd66a5730f1dcbcb635e28930aa58fa [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>