[PATCH 05/14] env: nvram: Let generic env_init() assign default environment

Simon Glass sjg at chromium.org
Sun Oct 31 13:57:05 CET 2021


On Fri, 22 Oct 2021 at 07:47, Marek Behún <kabel at kernel.org> wrote:
>
> From: Marek Behún <marek.behun at nic.cz>
>
> env_nvram_init() 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 <marek.behun at nic.cz>
> ---
>  env/nvram.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list