Home
last modified time | relevance | path

Searched hist:c3f6525854bbc664ce9fbed9754af1daf56ba08e (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsearch.hc3f6525854bbc664ce9fbed9754af1daf56ba08e Fri Aug 24 00:11:37 UTC 2012 Gerlando Falauto <gerlando.falauto@keymile.com> env: unify logic to check and apply changes

The logic of checking special parameters (e.g. baudrate, stdin, stdout,
for a valid value and/or whether can be overwritten) and applying the
new value to the running system is now all within a single function
env_check_apply() which can be called whenever changes are made
to the environment, no matter if by set, default or import.

With this patch env_check_apply() is only called by "env set",
retaining previous behavior.

Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
Reviewed-by: Marek Vasut <marex@denx.de>