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

2012-04-02 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 --- lib/hashtable.c | 48

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

2012-04-02 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 ---

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

2012-04-02 Thread Gerlando Falauto
On 04/02/2012 09:06 PM, Marek Vasut wrote: 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

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

2012-04-02 Thread Marek Vasut
Dear Gerlando Falauto, On 04/02/2012 09:06 PM, Marek Vasut wrote: 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