diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-03 17:03:25 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-04 10:18:23 +0800 |
commit | 40ed36029030b5a1167011366d532f5361cbd7fd (patch) | |
tree | 004c2760ae8dd34fee023570efa4fc306f6f9e48 | |
parent | 55460c9192c98c8ce90655db7d16c155af8bb354 (diff) | |
download | u-boot-imx-40ed36029030b5a1167011366d532f5361cbd7fd.zip u-boot-imx-40ed36029030b5a1167011366d532f5361cbd7fd.tar.gz u-boot-imx-40ed36029030b5a1167011366d532f5361cbd7fd.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>
-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 |