diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-04-23 17:10:43 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-17 12:09:41 +0200 |
commit | 499efc08b04c38b510e67462058245da8d42dd27 (patch) | |
tree | 6176af477158f39a58e679e2c51da8989b1e3ed7 /include/configs/mx53ppd.h | |
parent | 30e44c8e0abf6f9d88bd0fe1a28f56e054d8669d (diff) | |
download | u-boot-499efc08b04c38b510e67462058245da8d42dd27.tar.gz |
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 'include/configs/mx53ppd.h')
-rw-r--r-- | include/configs/mx53ppd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index d8a724c71a..e08e83151f 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -198,7 +198,6 @@ /* FLASH and environment organization */ #define CONFIG_ENV_OFFSET (12 * 64 * 1024) #define CONFIG_ENV_SIZE (10 * 1024) -#define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_CMD_FUSE |