Re: [U-Boot] [PATCH 1/4] dfu:cmd: get the default command arguments from environment

2014-06-16 Thread Przemyslaw Marczak
Hello, On 06/13/2014 06:35 PM, Stephen Warren wrote: On 06/13/2014 02:28 AM, Przemyslaw Marczak wrote: Dear Stephen, On 06/12/2014 06:39 PM, Stephen Warren wrote: On 06/12/2014 08:25 AM, Przemyslaw Marczak wrote: This change adds support to store the default DFU cmd line arguments in the

Re: [U-Boot] [PATCH 1/4] dfu:cmd: get the default command arguments from environment

2014-06-13 Thread Przemyslaw Marczak
Dear Stephen, On 06/12/2014 06:39 PM, Stephen Warren wrote: On 06/12/2014 08:25 AM, Przemyslaw Marczak wrote: This change adds support to store the default DFU cmd line arguments in the environment. This is useful for users who usually use the same arguments for dfu command and do the upgrade

Re: [U-Boot] [PATCH 1/4] dfu:cmd: get the default command arguments from environment

2014-06-13 Thread Stephen Warren
On 06/13/2014 02:28 AM, Przemyslaw Marczak wrote: Dear Stephen, On 06/12/2014 06:39 PM, Stephen Warren wrote: On 06/12/2014 08:25 AM, Przemyslaw Marczak wrote: This change adds support to store the default DFU cmd line arguments in the environment. This is useful for users who usually use

[U-Boot] [PATCH 1/4] dfu:cmd: get the default command arguments from environment

2014-06-12 Thread Przemyslaw Marczak
This change adds support to store the default DFU cmd line arguments in the environment. This is useful for users who usually use the same arguments for dfu command and do the upgrade frequently. DFU command use cases: - dfu usb ctrl if dev [list] - use command line args - dfu [list] - take the

Re: [U-Boot] [PATCH 1/4] dfu:cmd: get the default command arguments from environment

2014-06-12 Thread Stephen Warren
On 06/12/2014 08:25 AM, Przemyslaw Marczak wrote: This change adds support to store the default DFU cmd line arguments in the environment. This is useful for users who usually use the same arguments for dfu command and do the upgrade frequently. DFU command use cases: - dfu usb ctrl if