Re: [U-Boot] [PATCH v2 1/3] cmd: fpga: Reorder the arguments parsing code

2018-06-01 Thread Michal Simek
On 31.5.2018 11:40, Siva Durga Prasad Paladugu wrote: > This patch modifies the arguments parsing code by parsing > based on requested operation for fpga loadfs and then > parses the most common/basic args for other fpga load > commands. This makes it easy for new command extensions > or additions

[U-Boot] [PATCH v2 1/3] cmd: fpga: Reorder the arguments parsing code

2018-05-31 Thread Siva Durga Prasad Paladugu
This patch modifies the arguments parsing code by parsing based on requested operation for fpga loadfs and then parses the most common/basic args for other fpga load commands. This makes it easy for new command extensions or additions especially the commands with more args. Signed-off-by: Siva