
19 Jul
2018
19 Jul
'18
3:32 a.m.
On 18 July 2018 at 09:16, Michal Simek michal.simek@xilinx.com wrote:
There is no reason to check parameters in separate switch. Check them directly when they are read. Also there is no reason to check loadmk case separately because fpga_data address must be non zero too.
Signed-off-by: Michal Simek michal.simek@xilinx.com
cmd/fpga.c | 35 ++++++++--------------------------- 1 file changed, 8 insertions(+), 27 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org