mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 21 Apr 2016 01:48:13 +0000 (22:48 -0300)
committerTom Rini <trini@konsulko.com>
Tue, 3 May 2016 01:04:36 +0000 (21:04 -0400)
mx6ul_evk does not come with a eMMC populated, so we should not
define CONFIG_SUPPORT_EMMC_BOOT as it causes SPL to not be able
to boot some brands of SD cards, such as SanDisk microSD HC - 8GB:

U-Boot SPL 2016.05-rc1-28384-g108f841 (Apr 19 2016 - 11:19:11)
Trying to boot from MMC1
spl: mmc block read error
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###

When CONFIG_SUPPORT_EMMC_BOOT is defined spl_boot_mode() returns
MMCSD_MODE_EMMCBOOT, so remove this option to have a reliable boot
via SD card.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
include/configs/mx6ul_14x14_evk.h

index 15976f76cf16762336a6062db1307a85a369ed32..b2ba7734be572cc3aaae8e5eb0593da190798b6f 100644 (file)
@@ -45,7 +45,6 @@
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #endif
 
-#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
 #endif
 
 /* I2C configs */