Re: [U-Boot] [PATCH 08/11] env: Distinguish finer between source of env change

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > We already could tell the difference in the callback between an import > and "other" which we called interactive. Now add further distinction > between interactive (i.e. running env set / env edit / env ask / etc. > from the U-Boot command line)

[U-Boot] [PATCH 08/11] env: Distinguish finer between source of env change

2015-04-21 Thread Joe Hershberger
We already could tell the difference in the callback between an import and "other" which we called interactive. Now add further distinction between interactive (i.e. running env set / env edit / env ask / etc. from the U-Boot command line) and programmatic (i.e. when u-boot source calls any variant