diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-08-17 16:12:45 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:34:11 +0200 |
commit | 86565c4f8c15c550159629756efb06a5eca643b1 (patch) | |
tree | f2a7a702ee96f89ff71e5625ded9459929878ace | |
parent | 0d4cdb5609a94adae963f1d3178ccfb795b520dd (diff) | |
download | u-boot-imx-86565c4f8c15c550159629756efb06a5eca643b1.zip u-boot-imx-86565c4f8c15c550159629756efb06a5eca643b1.tar.gz u-boot-imx-86565c4f8c15c550159629756efb06a5eca643b1.tar.bz2 |
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>
-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 848bdcd..74d04a0 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 |