software/liblitesdcard/ffconf: enable FF_FS_MINIMIZE and FF_FS_TINY.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 10 Jun 2020 09:46:59 +0000 (11:46 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 10 Jun 2020 09:46:59 +0000 (11:46 +0200)
litex/soc/software/liblitesdcard/fat/ffconf.h

index 8d67169042ccb42d58470ca7b78d1ec11f9b52ca..e97340d4f4186fd71d89d61def4fe2f19df3743f 100644 (file)
@@ -15,7 +15,7 @@
 /  and optional writing functions as well. */
 
 
-#define FF_FS_MINIMIZE 0
+#define FF_FS_MINIMIZE 1
 /* This option defines minimization level to remove some basic API functions.
 /
 /   0: Basic functions are fully enabled.
 / System Configurations
 /---------------------------------------------------------------------------*/
 
-#define FF_FS_TINY             0
+#define FF_FS_TINY             1
 /* This option switches tiny buffer configuration. (0:Normal or 1:Tiny)
 /  At the tiny configuration, size of file object (FIL) is shrinked FF_MAX_SS bytes.
 /  Instead of private sector buffer eliminated from the file object, common sector