Home
last modified time | relevance | path

Searched hist:"94 b467b14ed908c89a0780256e89b375aa3cf3ef" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsearch.h94b467b14ed908c89a0780256e89b375aa3cf3ef Wed May 20 19:27:21 UTC 2015 Joe Hershberger <joe.hershberger@ni.com> env: Distinguish finer between source of env change

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@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>