From 8f71c0e790814c7681cc3a6db843f2a402c889fc Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Thu, 3 Jul 2014 17:03:25 +0800 Subject: ENGR00321085 iMX6SX:SABRESD: Enable the eMMC boot specific commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v2014 u-boot provides some “mmc” sub-commands for setting eMMC boot parameters, such as boot bus, partition, etc. These sub-commands are controlled by "CONFIG_SUPPORT_EMMC_BOOT". Enable this configuration for iMX6SXSABRESD board. Signed-off-by: Ye.Li (cherry picked from commit 40ed36029030b5a1167011366d532f5361cbd7fd) --- include/configs/mx6sxsabresd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 1799d42..fd85573 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -58,6 +58,7 @@ #define CONFIG_GENERIC_MMC #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION +#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ #define CONFIG_BAUDRATE 115200 -- cgit v1.1