summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-14 23:51:24 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:42 +0800
commit0df826a38b56a9d55f1198c1f4f1b7571cd6ce9e (patch)
tree8cd543c4188fbaf53c958077425ba8fcccc571e8 /include
parent9996b7ef2b923757c466a34c4448991d549466da (diff)
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 <ye.li@nxp.com> (cherry picked from commit dbe744de73c88f14e01f56a3258752ab5cd45b14)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6_common.h1
-rw-r--r--include/configs/mx6slevk.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index ccc7c2cdea..13b36de0d4 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 f92c2c4ba2..0f040431f4 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