On Fri, 22 Oct 2021 at 07:47, Marek Behún <[email protected]> wrote: > > From: Marek Behún <[email protected]> > > 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 <[email protected]> > --- > env/flash.c | 3 --- > 1 file changed, 3 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

