From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 11 Sep 2009 12:56:49 -0500 Subject: [U-Boot] [PATCH] cmd_fdt.c: fix parse of byte streams and strings In-Reply-To: <7ee95fff0909111050m54f7ebdbq96f023263c09724f@mail.gmail.com> References: <4AA9987F.60608@gmail.com> <20090911161645.GA13783@b07421-ec1.am.freescale.net> <4AAA7B41.3020505@ge.com> <7ee95fff0909111050m54f7ebdbq96f023263c09724f@mail.gmail.com> Message-ID: <4AAA8F61.9080905@freescale.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: > On Fri, Sep 11, 2009 at 11:30 AM, Jerry Van Baren > > wrote: > > Scott Wood wrote: > > On Thu, Sep 10, 2009 at 08:23:27PM -0400, Jerry Van Baren wrote: > >> fdt set /ethernet at f00 interrupts "this is a string" > >> can now handle multiple strings (words) by concatenating them with > >> spaces (quoted strings still work the same as before because of > hush's > >> argument parsing) > >> fdt set /ethernet at f00 interrupts this is a string > > > > How do you set a string list, then? > > > The original code did not support string lists and this patch does not > address string lists. This patch takes the most obvious syntax for supporting a string list in the future, and makes it mean something else. -Scott