[PATCH 07/14] env: nowhere: Let generic env_init() assign default environment
Simon Glass
sjg at chromium.org
Sun Oct 31 13:57:04 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_nowhere_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/nowhere.c | 1 -
> 1 file changed, 1 deletion(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list