]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
libfdt: add convenience function fdt_find_and_setprop()
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 6 Sep 2007 15:46:17 +0000 (09:46 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 6 Sep 2007 15:46:17 +0000 (09:46 -0600)
commit41bb76e941929f54a73206fb132f7a4c275543a3
tree29e48be90ffb053f8ead77e4a95f8474cd04c967
parent60174746c668b309378a91488dded898e9553eae
libfdt: add convenience function fdt_find_and_setprop()

Given the path to a node, fdt_find_and_setprop() allows a property value
to be set directly.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
include/libfdt.h
libfdt/fdt_rw.c