commit | 30648274b6af5cbd7888975a654607e57d06bbae | [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 | e1680d3ddf51e5b36cb6d9b6c3b1f6791076f391 [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>