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 env

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

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-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[]

[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[] - use command line args - dfu [] - take the default command line a