From: Siva Durga Prasad Paladugu Date: Wed, 12 Feb 2014 16:15:51 +0000 (+0530) Subject: ARM: zynq: Enable the FAT write capability X-Git-Tag: v2014.07-rc2~2^2~2^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00cf6b4e229f8537ea2543ccc01e08a310414d09;p=u-boot ARM: 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 bcc476e6ea..1cfc9633e9 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -86,6 +86,7 @@ # define CONFIG_CMD_FAT # define CONFIG_SUPPORT_VFAT # define CONFIG_CMD_EXT2 +# define CONFIG_FAT_WRITE # define CONFIG_DOS_PARTITION #endif