Re: [U-Boot] [PATCH] cmd: fpga: Remove fit image support passed without fpga device

2018-06-11 Thread Michal Simek
On 8.6.2018 23:59, Simon Glass wrote: > +Tom > > Hi, > > On 5 June 2018 at 04:47, Michal Simek wrote: >> The patch applied in 2010 >> "cmd_fpga: cleanup help and check parameters" >> (sha1: a790b5b2326be9d7c9ad9e3d9b51a8bfabc62d07" >> was adding this checking >> >> + if (dev ==

Re: [U-Boot] [PATCH] cmd: fpga: Remove fit image support passed without fpga device

2018-06-08 Thread Simon Glass
+Tom Hi, On 5 June 2018 at 04:47, Michal Simek wrote: > The patch applied in 2010 > "cmd_fpga: cleanup help and check parameters" > (sha1: a790b5b2326be9d7c9ad9e3d9b51a8bfabc62d07" > was adding this checking > > + if (dev == FPGA_INVALID_DEVICE) { > + puts("FPGA device not

[U-Boot] [PATCH] cmd: fpga: Remove fit image support passed without fpga device

2018-06-05 Thread Michal Simek
The patch applied in 2010 "cmd_fpga: cleanup help and check parameters" (sha1: a790b5b2326be9d7c9ad9e3d9b51a8bfabc62d07" was adding this checking + if (dev == FPGA_INVALID_DEVICE) { + puts("FPGA device not specified\n"); + op = FPGA_NONE; + } which simply