
15 Mar
2016
15 Mar
'16
12:53 p.m.
On Mon, Feb 22, 2016 at 10:55:39PM -0700, Simon Glass wrote:
The existing function to add a new property to a tree being built requires that the entire contents of the new property be passed in. For some applications it is more convenient to be able to add the property contents later, perhaps by reading from a file. This avoids double-buffering of the contents.
Add a new function to support this and adust the existing fdt_property() to use it.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom