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

Tom Rini trini at konsulko.com
Thu Aug 15 22:33:07 CEST 2024


On Sun, 11 Aug 2024 11:44:15 -0700, 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 is to avoid passing H_NOCLEAR flag if
> specific vars are passed to env_set_default_vars()
> 
> [...]

Applied to u-boot/next, thanks!

-- 
Tom




More information about the U-Boot mailing list