mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
When using a list of writeable variables, the initial values come from the built-in default environment since commit5ab8105836
("env: Complete generic support for writable list"). Remove unnecessary misuse of CONFIG_ENV_IS_NOWHERE as default environment. Based on the fix done by commitb16fd7f75f
("imx6q: acc: Remove misuse of env is nowhere driver"). Signed-off-by: Eduard Strehlau <eduard@lionizers.com> Signed-off-by: Fabio Estevam <festevam@denx.de>