Skip to content
Snippets Groups Projects
Commit f8a2d7a4 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

libfdt: Add a function to write a property placeholder


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: default avatarSimon Glass <sjg@chromium.org>
parent cc7a6444
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment