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/mx6qarm2.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/mx6qarm2.h')
-rw-r--r-- | include/configs/mx6qarm2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 8ec32ca..b36d509 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -52,6 +52,8 @@ #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION +#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ + #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP #define CONFIG_CMD_MII |