summaryrefslogtreecommitdiff
path: root/configs/mx53ppd_defconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>2018-04-23 18:10:43 +0300
committerStefano Babic <sbabic@denx.de>2018-05-17 13:09:41 +0300
commit499efc08b04c38b510e67462058245da8d42dd27 (patch)
tree6176af477158f39a58e679e2c51da8989b1e3ed7 /configs/mx53ppd_defconfig
parent30e44c8e0abf6f9d88bd0fe1a28f56e054d8669d (diff)
downloadu-boot-499efc08b04c38b510e67462058245da8d42dd27.tar.xz
ge: ppd: move CONFIG_ENV_IS_IN_MMC to defconfig
CONFIG_ENV_IS_IN_MMC must be declared in defconfig to properly support "env save". Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r--configs/mx53ppd_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig
index 0f5ce14e40..8a0cc5d481 100644
--- a/configs/mx53ppd_defconfig
+++ b/configs/mx53ppd_defconfig
@@ -22,6 +22,7 @@ CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
+CONFIG_ENV_IS_IN_MMC=y
CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_BOOTCOUNT_EXT=y
CONFIG_SYS_BOOTCOUNT_EXT_DEVPART="0:5"