mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Onda VX747: support FAT16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21245 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fc0c2fb546
commit
b11131f60e
1 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,9 @@
|
||||||
//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
||||||
#define CONFIG_STORAGE STORAGE_SD
|
#define CONFIG_STORAGE STORAGE_SD
|
||||||
|
|
||||||
|
/* Support FAT16 for SD cards <= 2GB */
|
||||||
|
#define HAVE_FAT16SUPPORT
|
||||||
|
|
||||||
/* ChinaChip NAND FTL */
|
/* ChinaChip NAND FTL */
|
||||||
#define CONFIG_NAND NAND_CC
|
#define CONFIG_NAND NAND_CC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue