From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 11 Sep 2009 16:21:33 -0400 Subject: [U-Boot] [PATCH v2] cmd_fdt.c: fix parse of byte streams and strings In-Reply-To: References: Message-ID: <4AAAB14D.7050202@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ken MacLeod wrote: > Commit 4abd844d8e extended the fdt command parser to handle property > strings which are split across multiple arguments but it was broken for > byte streams and strings. [snip] > Signed-off-by: Ken MacLeod > --- > > The previous version of this patch 1) only fixed the first byte stream > issue above and 2) concatenated the string arguments rather than > creating a list (pointed out by Scott Wood). Thanks! I'll check it out and queue it up. gvb