commit | 566f833e84080685eea4bc562d19e3922826388d | [log] [tgz] |
---|---|---|
author | Chunhe Lan <Chunhe.Lan@freescale.com> | Wed Aug 31 10:36:32 2011 +0800 |
committer | Gerald Van Baren <gvb@unssw.com> | Sat Oct 15 09:34:49 2011 -0400 |
tree | a5d136166480327a237956f44ed21b002126f05a | |
parent | fea323da2fdc1c773fccae0f82f190b26a14985e [diff] |
fdt: Add a do_fixup_by_path_string() function The do_fixup_by_path_string() will set the specified node's property to the value contained in "status". It would just be an inline wrapper for do_fixup_by_path() that calls strlen on the argument. Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>