[U-Boot] [PATCH 08/11] env: Distinguish finer between source of env change
Simon Glass
sjg at chromium.org
Fri Apr 24 06:34:14 CEST 2015
On 21 April 2015 at 16:02, Joe Hershberger <joe.hershberger at ni.com> 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) and programmatic (i.e. when u-boot source
> calls any variant of setenv() ).
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
>
> common/cmd_nvedit.c | 26 +++++++++++++++++++-------
> include/search.h | 2 ++
> 2 files changed, 21 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list