commit | 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d | [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 | fdeb932b1c8a3b615463995c3452d30ee0b12a33 [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>