Re: [PATCH 1/6] ARM: add common definitions for i.MX50 SOC

2016-09-12 Thread Jason Cooper
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

[PATCH] commands: exit on invalid option

2016-09-12 Thread Enrico Jorns
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

Re: [PATCH 1/6] ARM: add common definitions for i.MX50 SOC

2016-09-12 Thread Alexander Kurz
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