Re: [U-Boot] [PATCH] fpga: zynqmp: show an error message when FPGA programming fails

2019-01-13 Thread Michal Simek
On 11. 01. 19 17:09, Luca Ceresoli wrote: > When FPGA programming fails, it does so silently, unless debugging > code is enabled. This makes it hard to detect problems in production > environments. > > Print the error message unconditionally so the error doesn't go > unnoticed. > > Signed-off-by:

[U-Boot] [PATCH] fpga: zynqmp: show an error message when FPGA programming fails

2019-01-11 Thread Luca Ceresoli
When FPGA programming fails, it does so silently, unless debugging code is enabled. This makes it hard to detect problems in production environments. Print the error message unconditionally so the error doesn't go unnoticed. Signed-off-by: Luca Ceresoli --- drivers/fpga/zynqmppl.c | 2 +- 1 fil