]> git.sur5r.net Git - u-boot/commit
env: unify logic to check and apply changes
authorGerlando Falauto <gerlando.falauto@keymile.com>
Mon, 2 Apr 2012 18:26:39 +0000 (20:26 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 13 Aug 2012 10:08:51 +0000 (12:08 +0200)
commit8949798efd972dd3ff33ac7ce962a6b2aa994a24
tree1c7c9da7e98c9168195b22332e4f2c7706404ebe
parentb4f106be2d8a4eb34ce41c5306d5a4fcc37e60e3
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>
common/cmd_nvedit.c
include/search.h