MLK-12560 mx6: Enable eMMC boot support for all mx6
authorYe Li <ye.li@nxp.com>
Mon, 14 Mar 2016 15:51:24 +0000 (23:51 +0800)
committerYe Li <ye.li@nxp.com>
Wed, 5 Apr 2017 06:04:42 +0000 (14:04 +0800)
Set the CONFIG_SUPPORT_EMMC_BOOT in mx6_common.h to enable the eMMC
boot support for all mx6 platforms. Remove the duplicated definition
in board's header file.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit dbe744de73c88f14e01f56a3258752ab5cd45b14)

include/configs/mx6_common.h
include/configs/mx6slevk.h

index ccc7c2c..13b36de 100644 (file)
@@ -95,6 +95,7 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6S)
 #define CONFIG_BOUNCE_BUFFER
 #define CONFIG_FSL_ESDHC
 #define CONFIG_FSL_USDHC
+#define CONFIG_SUPPORT_EMMC_BOOT
 
 /* Fuses */
 #define CONFIG_CMD_FUSE
index f92c2c4..0f04043 100644 (file)
@@ -27,7 +27,6 @@
 #define CONFIG_SYS_FSL_ESDHC_ADDR      USDHC2_BASE_ADDR
 #define CONFIG_SYS_FSL_USDHC_NUM       3
 #define CONFIG_SYS_MMC_ENV_DEV         1       /* SDHC2*/
-#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
 
 /* I2C Configs */
 #define CONFIG_SYS_I2C