Re: [PATCH v2] env: remove vars that are not in default env

2024-08-11 Thread Simon Glass
Hi Ravi, On Fri, 9 Aug 2024 at 13:36, Ravi Minnikanti wrote: > > > current env_set_default_vars() doesn't delete > var that are not in the imported env. hashtable > removes vars that are not in the imported > env but present in the current env only if H_NOCLEAR > flag is not set. > > This change

[PATCH v2] env: remove vars that are not in default env

2024-08-09 Thread Ravi Minnikanti
current env_set_default_vars() doesn't delete var that are not in the imported env. hashtable removes vars that are not in the imported env but present in the current env only if H_NOCLEAR flag is not set. This change is to avoid passing H_NOCLEAR flag if specific vars are passed to env_set_defa