From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 17 Aug 2015 10:57:41 +0200 Subject: [U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT In-Reply-To: <1439799165-12349-1-git-send-email-Peng.Fan@freescale.com> References: <1439799165-12349-1-git-send-email-Peng.Fan@freescale.com> Message-ID: <55D1A205.3010100@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 17/08/2015 10:12, Peng Fan wrote: > Enable CONFIG_SPL_FAT_SUPPORT to load u-boot.img from FAT partition. > > Signed-off-by: Peng Fan > --- > include/configs/mx6sxsabresd.h | 1 + > 1 file changed, 1 insertion(+) > > 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 > > Reviewed-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================