Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-23 Thread Przemyslaw Marczak
On 06/18/2014 05:46 PM, Stephen Warren wrote: On 06/18/2014 04:56 AM, Przemyslaw Marczak wrote: On 06/17/2014 06:36 PM, Stephen Warren wrote: ... I'd prefer that the dfu command didn't use any environment variables, but rather required the user to always pass the list on the command-line. Then

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-18 Thread Stephen Warren
On 06/18/2014 04:56 AM, Przemyslaw Marczak wrote: > On 06/17/2014 06:36 PM, Stephen Warren wrote: ... >> I'd prefer that the dfu command didn't use any environment variables, >> but rather required the user to always pass the list on the >> command-line. Then, the user could invoke either: >> >> df

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-18 Thread Przemyslaw Marczak
Hello, On 06/17/2014 06:36 PM, Stephen Warren wrote: On 06/17/2014 04:20 AM, Przemyslaw Marczak wrote: Hello Stephen, On 06/16/2014 09:52 PM, Stephen Warren wrote: On 06/12/2014 03:46 AM, Przemyslaw Marczak wrote: This patch introduces new feature: initialization of the dfu bootloader entity

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-17 Thread Stephen Warren
On 06/17/2014 04:20 AM, Przemyslaw Marczak wrote: > Hello Stephen, > > On 06/16/2014 09:52 PM, Stephen Warren wrote: >> On 06/12/2014 03:46 AM, Przemyslaw Marczak wrote: >>> This patch introduces new feature: initialization of the dfu >>> bootloader entity from a separate environmental variable wh

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-17 Thread Przemyslaw Marczak
Hello Stephen, On 06/16/2014 09:52 PM, Stephen Warren wrote: On 06/12/2014 03:46 AM, Przemyslaw Marczak wrote: This patch introduces new feature: initialization of the dfu bootloader entity from a separate environmental variable which can be set on a boot time. By default, DFU always check env

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-16 Thread Stephen Warren
On 06/12/2014 03:46 AM, Przemyslaw Marczak wrote: > This patch introduces new feature: initialization of the dfu > bootloader entity from a separate environmental variable which > can be set on a boot time. > > By default, DFU always check environmental variable: $dfu_alt_info. > > Changes: > - D

[U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-12 Thread Przemyslaw Marczak
This patch introduces new feature: initialization of the dfu bootloader entity from a separate environmental variable which can be set on a boot time. By default, DFU always check environmental variable: $dfu_alt_info. Changes: - DFU will also look for environmental variable: $dfu_alt_bootloader