From: Stefan Herbrechtsmeier <[email protected]>
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 the env is nowhere driver as default environment.
Changes in v2:
- Split into board specific and common commits
- Remove unnecessary header
- Added
- Added
- Split into board specific and common commits
Stefan Herbrechtsmeier (4):
imx6: aristainetos: Remove misuse of env is nowhere driver
imx6q: acc: Remove misuse of env is nowhere driver
powerpc/mpc85xx: socrates: Remove misuse of env is nowhere driver
env: Remove misuse of env is nowhere leftover
board/aristainetos/aristainetos.c | 20 --------------------
board/bosch/acc/acc.c | 17 -----------------
board/socrates/socrates.c | 17 -----------------
configs/aristainetos2c_defconfig | 1 -
configs/aristainetos2ccslb_defconfig | 1 -
configs/imx6q_bosch_acc_defconfig | 1 -
configs/socrates_defconfig | 1 -
env/env.c | 2 --
8 files changed, 60 deletions(-)
--
2.30.2