summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-09-08 14:43:11 -0300
committerStefano Babic <sbabic@denx.de>2015-09-13 10:52:16 +0200
commit4189947de4a8ed50772981c860b7d43b4e04ea97 (patch)
treeaf28ca6652eac42b4768526cc93480e4315ef3f9 /include
parent3a384b494c01a5e10895dacfa3fff3b2947f653d (diff)
downloadtalos-obmc-uboot-4189947de4a8ed50772981c860b7d43b4e04ea97.tar.gz
talos-obmc-uboot-4189947de4a8ed50772981c860b7d43b4e04ea97.zip
mx6ul_14x14_evk: Remove CONFIG_SPL_FAT_SUPPORT
If the SD card does not contain the u-boot.img then we get the following error: U-Boot SPL 2015.10-rc2-23947-g7ad5930 (Sep 08 2015 - 14:10:29) ** Partition 1 not valid on device 0 ** spl_register_fat_device: fat register err - -1 spl_load_image_fat: error reading image u-boot.img, err - -1 Remove CONFIG_SPL_FAT_SUPPORT and let CONFIG_SPL_MMC_SUPPORT do the job. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ul_14x14_evk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index a5c13f7836..b436980700 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -19,7 +19,6 @@
/* SPL options */
#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT
-#define CONFIG_SPL_FAT_SUPPORT
#include "imx6_spl.h"
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
OpenPOWER on IntegriCloud