
24 Aug
2012
24 Aug
'12
4:48 p.m.
Dear Gerlando Falauto,
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
but whew, you're giving me a tough time here with such change :-) At least now I see how env works ;-)
Best regards, Marek Vasut