From: Michal Simek Date: Mon, 28 Jan 2013 09:49:38 +0000 (+0100) Subject: zynq_common: Enable VFAT support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b27d0a5e7b8a85803c496f51fe2ce8283531f56f;p=thirdparty%2Fu-boot.git zynq_common: Enable VFAT support Just for sure enable VFAT. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index e9a9d76ba81..fbedc9b09e1 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -134,6 +134,7 @@ # define CONFIG_ZYNQ_SDHCI # define CONFIG_CMD_MMC # define CONFIG_CMD_FAT +# define CONFIG_SUPPORT_VFAT # define CONFIG_CMD_EXT2 # define CONFIG_DOS_PARTITION #endif