diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-03 17:03:25 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-04 16:39:15 +0800 |
commit | 8f71c0e790814c7681cc3a6db843f2a402c889fc (patch) | |
tree | edb02af9e56606974c5e39f562d3d8a9784bea70 | |
parent | f93855c6b64dd796809f766199462830ceb86f7c (diff) | |
download | u-boot-imx-8f71c0e790814c7681cc3a6db843f2a402c889fc.zip u-boot-imx-8f71c0e790814c7681cc3a6db843f2a402c889fc.tar.gz u-boot-imx-8f71c0e790814c7681cc3a6db843f2a402c889fc.tar.bz2 |
ENGR00321085 iMX6SX:SABRESD: Enable the eMMC boot specific commands
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 <B37916@freescale.com>
(cherry picked from commit 40ed36029030b5a1167011366d532f5361cbd7fd)
-rw-r--r-- | include/configs/mx6sxsabresd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |