summaryrefslogtreecommitdiff
path: root/include/configs/mvebu_armada-37xx.h
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-05 02:45:21 +0200
committerTom Rini <trini@konsulko.com>2018-01-22 16:43:31 -0500
commit8bad6cb176a0e92ac8e7771fb68e5e0713edbf8e (patch)
treef2a0ac7244dd88ef1d379b4a79ba04d2b4010c1d /include/configs/mvebu_armada-37xx.h
parente8df14d216f483d32f9daaf236686d1613b3f871 (diff)
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/mvebu_armada-37xx.h')
-rw-r--r--include/configs/mvebu_armada-37xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index 9f2db099cd..5c53dd3dfb 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -102,8 +102,6 @@
#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
CONFIG_SYS_SCSI_MAX_LUN)
-#define CONFIG_SUPPORT_VFAT
-
#include <config_distro_defaults.h>
#define BOOT_TARGET_DEVICES(func) \