summaryrefslogtreecommitdiff
path: root/include/configs/zmx25.h
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-05 03:45:21 +0300
committerTom Rini <trini@konsulko.com>2018-01-23 00:43:31 +0300
commit8bad6cb176a0e92ac8e7771fb68e5e0713edbf8e (patch)
treef2a0ac7244dd88ef1d379b4a79ba04d2b4010c1d /include/configs/zmx25.h
parente8df14d216f483d32f9daaf236686d1613b3f871 (diff)
downloadu-boot-8bad6cb176a0e92ac8e7771fb68e5e0713edbf8e.tar.xz
fs: fat: Drop CONFIG_SUPPORT_VFAT
fat.h unconditionally defines CONFIG_SUPPORT_VFAT (and has done since 2003), so as a result VFAT support is always enabled regardless of whether a board config defines it or not. Drop this unnecessary option. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'include/configs/zmx25.h')
-rw-r--r--include/configs/zmx25.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h
index 1ae1ca4317..f9783a21c2 100644
--- a/include/configs/zmx25.h
+++ b/include/configs/zmx25.h
@@ -82,7 +82,6 @@
#define CONFIG_MXC_USB_PORTSC MXC_EHCI_MODE_SERIAL
#define CONFIG_MXC_USB_FLAGS (MXC_EHCI_INTERNAL_PHY | MXC_EHCI_IPPUE_DOWN)
#define CONFIG_EHCI_IS_TDI
-#define CONFIG_SUPPORT_VFAT
#endif /* CONFIG_CMD_USB */
/* SDRAM */