]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add a do_fixup_by_path_string() function
authorChunhe Lan <Chunhe.Lan@freescale.com>
Wed, 31 Aug 2011 02:36:32 +0000 (10:36 +0800)
committerGerald Van Baren <gvb@unssw.com>
Sat, 15 Oct 2011 13:34:49 +0000 (09:34 -0400)
commit8ddb10eae0c0e6936c69b19c21aaa2f6e0433717
treea5d136166480327a237956f44ed21b002126f05a
parentd8fffa057c9430fd0c5104ab6ff7db4cdb03db51
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>
include/fdt_support.h