
26 Aug
2017
26 Aug
'17
3:36 p.m.
On 11 August 2017 at 02:52, Pantelis Antoniou pantelis.antoniou@konsulko.com wrote:
In some cases you need to add a property but the contents of it are not known at creation time, merely the extend of it.
This method allows you to create a property of a given size (filled with garbage) while a pointer to the property data will be provided.
Signed-off-by: Pantelis Antoniou pantelis.antoniou@konsulko.com [dwg: Corrected commit message] Signed-off-by: David Gibson david@gibson.dropbear.id.au
lib/libfdt/fdt_rw.c | 20 +++++++++++++++++--- lib/libfdt/libfdt.h | 31 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org