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

2018-05-30 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Wednesday, May 30, 2018 8:37 PM > To: Siva Durga Prasad Paladugu ; u- > b...@lists.denx.de > Cc: michal.si...@xilinx.com > Subject: Re: [PATCH 1/3] cmd: fpga: Reorder the arguments parsing code > > On

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

2018-05-30 Thread Michal Simek
On 29.5.2018 16:22, 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 1/3] cmd: fpga: Reorder the arguments parsing code

2018-05-29 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