commit | 36ad18a6db0eec546b83e6500ceb7593be53a1ed | [log] [tgz] |
---|---|---|
author | Minghuan Lian <Minghuan.Lian@freescale.com> | Mon Aug 27 19:38:59 2012 -0500 |
committer | Gerald Van Baren <gvb@unssw.com> | Mon Oct 15 19:15:39 2012 -0400 |
tree | a16b8142752d256470579f69f4f5c924a3cb9214 | |
parent | 6528ff0109d81c1f21d20f9f1370782bccf87bcb [diff] |
libfdt: Add support for appending the values to a existing property Some properties may contain multiple values, these values may need to be added to the property respectively. this patch provides this functionality. The main purpose of fdt_append_prop() is to append the values to a existing property, or create a new property if it dose not exist. Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>