diff options
| author | Stefan Herbrechtsmeier <[email protected]> | 2023-05-02 12:23:03 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-16 16:12:21 -0400 |
| commit | b16fd7f75f6d213a42a4dfca7ae63b66dfb0f973 (patch) | |
| tree | 9d272041fe0bd7ce72ba5c89388da663340f2c19 /configs | |
| parent | 78b54e323f8357fd8dce758fba5c2256333ab6e6 (diff) | |
imx6q: acc: Remove misuse of env is nowhere driver
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.
Signed-off-by: Stefan Herbrechtsmeier <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/imx6q_bosch_acc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx6q_bosch_acc_defconfig b/configs/imx6q_bosch_acc_defconfig index 68a63f8a4b5..f65e7d1fe7a 100644 --- a/configs/imx6q_bosch_acc_defconfig +++ b/configs/imx6q_bosch_acc_defconfig @@ -77,7 +77,6 @@ CONFIG_SPL_OF_CONTROL=y CONFIG_MULTI_DTB_FIT=y CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clocks clock-names interrupt-parent" CONFIG_ENV_OVERWRITE=y -CONFIG_ENV_IS_NOWHERE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_MMC_ENV_PART=1 |
