[PATCH] smegw01: Remove misuse of CONFIG_ENV_IS_NOWHERE

2023-10-16 Thread sbabic
> From: Eduard Strehlau > When using a list of writeable variables, the initial values come > from the built-in default environment since commit 5ab81058364b ("env: > Complete generic support for writable list"). > Remove unnecessary misuse of CONFIG_ENV_IS_NOWHERE as default environment. > Based

[PATCH] smegw01: Remove misuse of CONFIG_ENV_IS_NOWHERE

2023-10-10 Thread Fabio Estevam
From: Eduard Strehlau When using a list of writeable variables, the initial values come from the built-in default environment since commit 5ab81058364b ("env: Complete generic support for writable list"). Remove unnecessary misuse of CONFIG_ENV_IS_NOWHERE as default environment. Based on the fi