eMMC has the physical boot partitions. It's used for booting.
Environment variable can be located into boot partition.
When it's saved and loaded, it needs to define which partition is used.
Define the CONFIG_SYS_MMC_ENV_PART for saving environment variable.
Change-Id: Ib3d16b0685ad0cca5dab19144d72ceb8ab3f8c7f
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
+#define CONFIG_SYS_MMC_ENV_PART 1
/* Configuration for Partition */
#define CONFIG_DOS_PARTITION