summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-09-08 14:50:24 -0300
committerStefano Babic <sbabic@denx.de>2015-09-13 10:56:05 +0200
commitbfa593f307eceeaa8ed67f119538d288dc47f68b (patch)
treedb14f3a32e5e03db298b7b45fb6c5befbb62812c /include
parent016a5bb7c78720e1bf1defd5fd72c44f4335064a (diff)
downloadtalos-obmc-uboot-bfa593f307eceeaa8ed67f119538d288dc47f68b.tar.gz
talos-obmc-uboot-bfa593f307eceeaa8ed67f119538d288dc47f68b.zip
mx6sxsabresd: 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/mx6sxsabresd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index f30c1482ec..381eaa24d5 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -15,7 +15,6 @@
#ifdef CONFIG_SPL
#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT
-#define CONFIG_SPL_FAT_SUPPORT
#include "imx6_spl.h"
#endif
OpenPOWER on IntegriCloud