From: Siva Durga Prasad Paladugu Date: Wed, 12 Feb 2014 16:15:51 +0000 (+0530) Subject: zynq: Enable the FAT write capability X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90892867bb96cb97fd9bdd359c744376b8d0dc82;p=thirdparty%2Fu-boot.git zynq: Enable the FAT write capability Enable the FAT write capability for SD/MMC write functionality. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 9ec68c8a20f..4c063dd6272 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -88,6 +88,7 @@ # define CONFIG_SUPPORT_VFAT # define CONFIG_CMD_EXT2 # define CONFIG_DOS_PARTITION +# define CONFIG_FAT_WRITE #endif /* QSPI */