Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    f8a2d7a4
    libfdt: Add a function to write a property placeholder · f8a2d7a4
    Simon Glass authored
    
    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>
    f8a2d7a4
    History
    libfdt: Add a function to write a property placeholder
    Simon Glass authored
    
    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>