Re: [PATCH v5 01/10] env: nowhere: set default enviroment

2020-01-29 Thread Tom Rini
On Tue, Jan 28, 2020 at 04:21:06PM +0530, Keerthy wrote: > In case only CONFIG_ENV_IS_NOWHERE without any of the memory > based configs like CONFIG_ENV_IS_IN_MMC the env_set function > fails as the gd->flags & GD_FLG_ENV_READY check fails. > > Set default enviroment so that set_env calls succeed

[PATCH v5 01/10] env: nowhere: set default enviroment

2020-01-28 Thread Keerthy
In case only CONFIG_ENV_IS_NOWHERE without any of the memory based configs like CONFIG_ENV_IS_IN_MMC the env_set function fails as the gd->flags & GD_FLG_ENV_READY check fails. Set default enviroment so that set_env calls succeed when only ENV_IS_NOWHERE set. Signed-off-by: Keerthy --- env/nowh