Re: [U-Boot] [PATCH v2] common: Fix logic in fpga programming

2016-12-17 Thread Simon Glass
On 16 December 2016 at 03:02, Michal Simek wrote: > Stop boot process if fpga programming fails. > Without this patch boot process continues even if fpga programming > failed. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Return err instead of magic 1 - Reported-by: Mike > - Extend

[U-Boot] [PATCH v2] common: Fix logic in fpga programming

2016-12-16 Thread Michal Simek
Stop boot process if fpga programming fails. Without this patch boot process continues even if fpga programming failed. Signed-off-by: Michal Simek --- Changes in v2: - Return err instead of magic 1 - Reported-by: Mike - Extend commit message - Add \n to the printf message common/image.c | 7 +