Re: [U-Boot] [PATCH v2 0/4] Fix a few problems with the command parsers

2014-05-30 Thread Simon Glass
Hi Tom, On 30 May 2014 14:41, Simon Glass wrote: > > In a few cases the behaviour of both the hush and built-in parsers seems > incorrect. One such case was exposed by commit 1992dbf which attempted to > execute a simple command using hush and get the correct return value. > Further digging expos

[U-Boot] [PATCH v2 0/4] Fix a few problems with the command parsers

2014-05-30 Thread Simon Glass
In a few cases the behaviour of both the hush and built-in parsers seems incorrect. One such case was exposed by commit 1992dbf which attempted to execute a simple command using hush and get the correct return value. Further digging exposed the other problems. Changes in v2: - Rebase to master Si