mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
cowond2: Disable internal NAND storage; use only the SD card.
This allows the player to be usable. Slightly adapted from: https://forums.rockbox.org/index.php/topic,10164.msg245357.html#msg245357 Change-Id: I7bdd681b132cac4c82e3ba6aabe74169645eee4c
This commit is contained in:
parent
b935475c58
commit
ea9ed2f9e8
2 changed files with 5 additions and 3 deletions
|
|
@ -58,10 +58,12 @@
|
|||
/* define this if you have a flash memory storage */
|
||||
#define HAVE_FLASH_STORAGE
|
||||
|
||||
#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
||||
/* NAND is broken. */
|
||||
//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
||||
#define CONFIG_STORAGE STORAGE_SD
|
||||
#define HAVE_MULTIDRIVE
|
||||
#define HAVE_HOTSWAP
|
||||
#define NUM_DRIVES 2
|
||||
#define NUM_DRIVES 1
|
||||
|
||||
#define CONFIG_NAND NAND_TCC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue