diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-06 11:31:43 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:13:43 +0800 |
commit | 1c29dc80ab7d8fa9dede5998286ce17f408740f4 (patch) | |
tree | 20884c2daf3de53c0087c774a443047977429621 /include/configs/mx6sabresd.h | |
parent | 36b3b610b9b8c16a20071ad0b9f1e65917b0330d (diff) | |
download | u-boot-imx-1c29dc80ab7d8fa9dede5998286ce17f408740f4.zip u-boot-imx-1c29dc80ab7d8fa9dede5998286ce17f408740f4.tar.gz u-boot-imx-1c29dc80ab7d8fa9dede5998286ce17f408740f4.tar.bz2 |
ENGR00315894-28 i.mx6:sabreauto/sabresd/arm2/evk Enable the CONFIG_SUPPORT_EMMC_BOOT
Since we need to support eMMC plugin card on SD slots,
enable the CONFIG_SUPPORT_EMMC_BOOT for all imx6 boards and
remove the EMMC_ENV script.
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6sabresd.h')
-rw-r--r-- | include/configs/mx6sabresd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 8312d18..3b730db 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -17,8 +17,6 @@ #define CONFIG_CONSOLE_DEV "ttymxc0" #define CONFIG_MMCROOT "/dev/mmcblk0p2" -#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ - #include "mx6sabre_common.h" /* USB Configs */ |