diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-14 23:51:24 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:04:42 +0800 |
commit | 0df826a38b56a9d55f1198c1f4f1b7571cd6ce9e (patch) | |
tree | 8cd543c4188fbaf53c958077425ba8fcccc571e8 /include | |
parent | 9996b7ef2b923757c466a34c4448991d549466da (diff) | |
download | u-boot-imx-0df826a38b56a9d55f1198c1f4f1b7571cd6ce9e.zip u-boot-imx-0df826a38b56a9d55f1198c1f4f1b7571cd6ce9e.tar.gz u-boot-imx-0df826a38b56a9d55f1198c1f4f1b7571cd6ce9e.tar.bz2 |
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.h | 1 | ||||
-rw-r--r-- | include/configs/mx6slevk.h | 1 |
2 files changed, 1 insertions, 1 deletions
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 |