Re: [U-Boot] [RFC PATCH] env: Add a setenv that allows passing flags

2016-06-16 Thread Simon Glass
On 14 June 2016 at 13:39, Joe Hershberger wrote: > In some cases an interactive feature will be implemented using the > programmatic APIs, so the developer will want "interactive" behavior as > a result, so provide an API that will allow that to be specified. > > Signed-off-by: Joe Hershberger >

Re: [U-Boot] [RFC PATCH] env: Add a setenv that allows passing flags

2016-06-14 Thread Chris Packham
On 06/15/2016 08:47 AM, Chris Packham wrote: > Hi Joe, > > On 06/15/2016 07:01 AM, Joe Hershberger wrote: >> In some cases an interactive feature will be implemented using the >> programmatic APIs, so the developer will want "interactive" behavior as >> a result, so provide an API that will allow t

Re: [U-Boot] [RFC PATCH] env: Add a setenv that allows passing flags

2016-06-14 Thread Chris Packham
Hi Joe, On 06/15/2016 07:01 AM, Joe Hershberger wrote: > In some cases an interactive feature will be implemented using the > programmatic APIs, so the developer will want "interactive" behavior as > a result, so provide an API that will allow that to be specified. > > Signed-off-by: Joe Hershberg