diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2014-02-12 21:45:51 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-14 07:43:35 +0200 |
commit | 00cf6b4e229f8537ea2543ccc01e08a310414d09 (patch) | |
tree | 3252a246fa55a8004a018c915ecb379a519c376d /include | |
parent | c6024c8edd5e9e27f1099341cca1fc41f77c5ed4 (diff) | |
download | u-boot-imx-00cf6b4e229f8537ea2543ccc01e08a310414d09.zip u-boot-imx-00cf6b4e229f8537ea2543ccc01e08a310414d09.tar.gz u-boot-imx-00cf6b4e229f8537ea2543ccc01e08a310414d09.tar.bz2 |
ARM: zynq: Enable the FAT write capability
Enable the FAT write capability for SD/MMC write
functionality.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index bcc476e..1cfc963 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 |