diff options
Diffstat (limited to 'fs/fat/fat.c')
-rw-r--r-- | fs/fat/fat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 972ef33d03c..1f271332681 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -33,6 +33,11 @@ #if (CONFIG_COMMANDS & CFG_CMD_FAT) +#ifdef CONFIG_AUTO_UPDATE +/* the VFAT code has a bug which breaks auto update */ +#undef CONFIG_SUPPORT_VFAT +#endif + /* * Convert a string to lowercase. */ |