Re: [PATCH 09/14] env: flash: Let generic env_init() assign default environment

2021-10-22 Thread Simon Glass
On Fri, 22 Oct 2021 at 07:47, Marek Behún wrote: > > From: Marek Behún > > env_flash_init() (both implementations) assigns default environment if > ENV_INVALID, but this is done in the generic env_init() function, which > calls this initializer, so drop it from here. > > Signed-off-by: Marek Behú

[PATCH 09/14] env: flash: Let generic env_init() assign default environment

2021-10-22 Thread Marek Behún
From: Marek Behún env_flash_init() (both implementations) assigns default environment if ENV_INVALID, but this is done in the generic env_init() function, which calls this initializer, so drop it from here. Signed-off-by: Marek Behún --- env/flash.c | 3 --- 1 file changed, 3 deletions(-) dif