commit | fd1ea8f2f934fae627b67b5160f8c96ac8742c37 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Fri Jan 11 14:55:05 2008 +1100 |
committer | Gerald Van Baren <vanbaren@cideas.com> | Tue Mar 18 21:03:45 2008 -0400 |
tree | c805461c3e8e3e13372e918f0dd0ced4fa4571ea | |
parent | f3ae37950e31e40ea5a13850f523bf09bcdb8039 [diff] |
libfdt: Add fdt_set_name() function This patch adds an fdt_set_name() function to libfdt, mirroring fdt_get_name(). This is a r/w function which alters the name of a given device tree node. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>