[U-Boot] [PATCH v5 7/7] env: delete selected vars not present in imported env

2012-08-27 Thread Gerlando Falauto
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.fala...@keymile.com --- Changes from v4: - renamed

Re: [U-Boot] [PATCH v5 7/7] env: delete selected vars not present in imported env

2012-08-27 Thread Marek Vasut
Dear Gerlando Falauto, 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.fala...@keymile.com Looks