From 8bad6cb176a0e92ac8e7771fb68e5e0713edbf8e Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 5 Jan 2018 02:45:21 +0200 Subject: 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 --- include/configs/rcar-gen3-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/rcar-gen3-common.h') diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 7e23b5e054..e9e5fecc12 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -17,9 +17,6 @@ /* boot option */ #define CONFIG_SUPPORT_RAW_INITRD -/* Support File sytems */ -#define CONFIG_SUPPORT_VFAT - #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG -- cgit