diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-01-05 02:45:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:31 -0500 |
commit | 8bad6cb176a0e92ac8e7771fb68e5e0713edbf8e (patch) | |
tree | f2a0ac7244dd88ef1d379b4a79ba04d2b4010c1d /include/configs/zynq-common.h | |
parent | e8df14d216f483d32f9daaf236686d1613b3f871 (diff) | |
download | u-boot-8bad6cb176a0e92ac8e7771fb68e5e0713edbf8e.tar.gz |
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/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index b10cb3f5722..28cee15b37a 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -124,10 +124,6 @@ # define DFU_ALT_INFO #endif -#if defined(CONFIG_MMC_SDHCI_ZYNQ) || defined(CONFIG_ZYNQ_USB) -# define CONFIG_SUPPORT_VFAT -#endif - #if defined(CONFIG_ZYNQ_I2C0) || defined(CONFIG_ZYNQ_I2C1) #define CONFIG_SYS_I2C_ZYNQ #endif |