mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
c6024c8edd
commit
00cf6b4e22
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue