Re: [U-Boot] [PATCH v1 3/5] env: unify logic to check and apply changes

2011-12-06 Thread Simon Glass
Hi, On Fri, Nov 18, 2011 at 8:49 AM, Gerlando Falauto wrote: > 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()

[U-Boot] [PATCH v1 3/5] env: unify logic to check and apply changes

2011-11-18 Thread 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 ma