On Mon, Sep 12, 2016 at 08:26:43AM +0200, Sascha Hauer wrote:
> On Fri, Sep 09, 2016 at 05:43:39PM +0200, Alexander Kurz wrote:
> > Signed-off-by: Alexander Kurz
> > ---
> > Documentation/boards/imx.rst | 1 +
> > arch/arm/mach-imx/include/mach/generic.h | 13
Barebox commands should not perform any action and return 0 if an
invalid parameter was given. This might cause undetected unintended
behvaior when calling commands with wrong options, either manually or
from a script.
Signed-off-by: Enrico Jorns
---
commands/boot.c | 2 ++
commands/bootm.c
On Mon, 12 Sep 2016, Sascha Hauer wrote:
> On Fri, Sep 09, 2016 at 05:43:39PM +0200, Alexander Kurz wrote:
> > Signed-off-by: Alexander Kurz
> > ---
> > Documentation/boards/imx.rst | 1 +
> > arch/arm/mach-imx/include/mach/generic.h | 13 +
> > arch/arm/ma