From 0df826a38b56a9d55f1198c1f4f1b7571cd6ce9e Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 14 Mar 2016 23:51:24 +0800 Subject: MLK-12560 mx6: Enable eMMC boot support for all mx6 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 (cherry picked from commit dbe744de73c88f14e01f56a3258752ab5cd45b14) --- include/configs/mx6_common.h | 1 + include/configs/mx6slevk.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index ccc7c2c..13b36de 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -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 diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index f92c2c4..0f04043 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -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 -- cgit v1.1