diff options
| author | Ian Ray <[email protected]> | 2021-04-23 16:15:10 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-05-02 12:46:54 +0200 |
| commit | 62e3232122f1b3a5ee0ce1e7950b461630bf71ca (patch) | |
| tree | e9452103f485f3a6d2df4fecdafd5937c0be81be /configs/mx53ppd_defconfig | |
| parent | aca3b4e1933693ad8a6a49d99344c1167552ec4c (diff) | |
configs: ge: use non-persistent environment
Disable the unused persistent environment.
Signed-off-by: Ian Ray <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'configs/mx53ppd_defconfig')
| -rw-r--r-- | configs/mx53ppd_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index be067598db7..af0e89b0484 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -38,7 +38,6 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y -CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y CONFIG_BOOTCOUNT_LIMIT=y @@ -79,3 +78,4 @@ CONFIG_VIDEO_IPUV3=y CONFIG_WATCHDOG_TIMEOUT_MSECS=8000 CONFIG_IMX_WATCHDOG=y CONFIG_BCH=y +CONFIG_ENV_IS_NOWHERE=y |
