[U-Boot] [PATCH] cmd_fdt.c: fix parse of byte streams and strings
Scott Wood
scottwood at freescale.com
Fri Sep 11 19:56:49 CEST 2009
Ken MacLeod wrote:
> On Fri, Sep 11, 2009 at 11:30 AM, Jerry Van Baren
> <gerald.vanbaren at ge.com <mailto:gerald.vanbaren at ge.com>> 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
More information about the U-Boot
mailing list