diff options
| author | Peng Fan <[email protected]> | 2015-08-17 16:12:45 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2015-09-02 15:34:11 +0200 |
| commit | 86565c4f8c15c550159629756efb06a5eca643b1 (patch) | |
| tree | f2a7a702ee96f89ff71e5625ded9459929878ace /include | |
| parent | 0d4cdb5609a94adae963f1d3178ccfb795b520dd (diff) | |
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 <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx6sxsabresd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 848bdcd674c..74d04a088f3 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 |
