Skip to content
Snippets Groups Projects
Commit 86565c4f authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT


Enable CONFIG_SPL_FAT_SUPPORT to load u-boot.img from FAT partition.

Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
Reviewed-by: default avatarStefano Babic <sbabic@denx.de>
parent 0d4cdb56
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#ifdef CONFIG_SPL #ifdef CONFIG_SPL
#define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT #define CONFIG_SPL_MMC_SUPPORT
#define CONFIG_SPL_FAT_SUPPORT
#include "imx6_spl.h" #include "imx6_spl.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment