forked from len0rd/rockbox
imx233/fuze+: add support for sd card, enable FAT16 support because it's common on sd cards
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ddd594b03e
commit
489296afa3
4 changed files with 254 additions and 77 deletions
|
|
@ -102,6 +102,9 @@
|
|||
/* Define this if you have a software controlled poweroff */
|
||||
#define HAVE_SW_POWEROFF
|
||||
|
||||
/* Some Sansa Fuzes seem to be FAT16 formatted */
|
||||
#define HAVE_FAT16SUPPORT
|
||||
|
||||
/* The number of bytes reserved for loadable codecs */
|
||||
#define CODEC_SIZE 0x100000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue