commit | bbf3327a9b05bad7dd4bea4647dab88f0ee8ab7c | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Sep 08 14:50:24 2015 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Sep 13 10:56:05 2015 +0200 |
tree | db14f3a32e5e03db298b7b45fb6c5befbb62812c | |
parent | fd822fda8d3f6a75c7776d908ed7c67527f1bf82 [diff] |
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>