From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 15 Oct 2011 11:33:30 -0400 Subject: [U-Boot] [PATCH 1/2 v6] fdt: Add a do_fixup_by_path_string() function In-Reply-To: <1314758192-11562-1-git-send-email-Chunhe.Lan@freescale.com> References: <1314758192-11562-1-git-send-email-Chunhe.Lan@freescale.com> Message-ID: <4E99A7CA.1080701@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/30/2011 10:36 PM, Chunhe Lan wrote: > 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 Added to u-boot-fdt, sent a pull request to wd. Thanks, gvb [snip]