Skip to content
Snippets Groups Projects
Commit 46f68e68 authored by Michal Simek's avatar Michal Simek Committed by Michal Simek
Browse files

ARM64: zynqmp: Enable FAT write and EXT4 write for USB too


Enabling writing files to FAT and EXT4 for USB.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 5cfd9182
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,9 @@
# ifndef CONFIG_ZYNQ_SDHCI_MAX_FREQ
# define CONFIG_ZYNQ_SDHCI_MAX_FREQ 200000000
# endif
#endif
#if defined(CONFIG_ZYNQ_SDHCI) || defined(CONFIG_ZYNQMP_USB)
# define CONFIG_FAT_WRITE
# define CONFIG_CMD_EXT4_WRITE
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment