summaryrefslogtreecommitdiffstats
path: root/configs/mx53ppd_defconfig
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2021-04-23 16:15:10 +0200
committerStefano Babic <sbabic@denx.de>2021-05-02 12:46:54 +0200
commit62e3232122f1b3a5ee0ce1e7950b461630bf71ca (patch)
treee9452103f485f3a6d2df4fecdafd5937c0be81be /configs/mx53ppd_defconfig
parentaca3b4e1933693ad8a6a49d99344c1167552ec4c (diff)
downloadu-boot-62e3232122f1b3a5ee0ce1e7950b461630bf71ca.tar.gz
u-boot-62e3232122f1b3a5ee0ce1e7950b461630bf71ca.tar.xz
u-boot-62e3232122f1b3a5ee0ce1e7950b461630bf71ca.zip
configs: ge: use non-persistent environment
Disable the unused persistent environment. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r--configs/mx53ppd_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig
index be067598db..af0e89b048 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