summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sxsabresd.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-08-17 16:12:45 +0800
committerStefano Babic <sbabic@denx.de>2015-09-02 15:34:11 +0200
commit86565c4f8c15c550159629756efb06a5eca643b1 (patch)
treef2a7a702ee96f89ff71e5625ded9459929878ace /include/configs/mx6sxsabresd.h
parent0d4cdb5609a94adae963f1d3178ccfb795b520dd (diff)
downloadtalos-obmc-uboot-86565c4f8c15c550159629756efb06a5eca643b1.tar.gz
talos-obmc-uboot-86565c4f8c15c550159629756efb06a5eca643b1.zip
imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT
Enable CONFIG_SPL_FAT_SUPPORT to load u-boot.img from FAT partition. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx6sxsabresd.h')
-rw-r--r--include/configs/mx6sxsabresd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 848bdcd674..74d04a088f 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -15,6 +15,7 @@
#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