]> git.sur5r.net Git - u-boot/commit
env: delete selected vars not present in imported env env
authorGerlando Falauto <gerlando.falauto@keymile.com>
Mon, 2 Apr 2012 18:26:44 +0000 (20:26 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 13 Aug 2012 10:08:51 +0000 (12:08 +0200)
commit3a1e1af508f8ca9f97d810bbebc8055c789e3ec8
tree55c2f487a9c571aae0f1945a88221bb7a90b13cd
parentfebc78fdb0d8cd791774f1682de7fa61d5ba3d38
env: delete selected vars not present in imported env

When variables explicitly specified on the command line are not present
in the imported env, delete them from the running env.
If the variable is also missing from the running env, issue a warning.

Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
lib/hashtable.c