summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-05-24 07:33:02 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-05-24 13:37:04 +0200
commitea9ed2f9e81f050d382cea795419e8f550c7bc89 (patch)
treef9c7b0f91e4f426a3acded9f233570bac3654931 /firmware/export/config
parentb935475c588bdd6dce121cd2a0b1fc6834fee272 (diff)
downloadrockbox-ea9ed2f9e81f050d382cea795419e8f550c7bc89.tar.gz
rockbox-ea9ed2f9e81f050d382cea795419e8f550c7bc89.zip
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
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/cowond2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config/cowond2.h b/firmware/export/config/cowond2.h
index d4623381fc..167f1125a1 100644
--- a/firmware/export/config/cowond2.h
+++ b/firmware/export/config/cowond2.h
@@ -58,10 +58,12 @@
58/* define this if you have a flash memory storage */ 58/* define this if you have a flash memory storage */
59#define HAVE_FLASH_STORAGE 59#define HAVE_FLASH_STORAGE
60 60
61#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 61/* NAND is broken. */
62//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
63#define CONFIG_STORAGE STORAGE_SD
62#define HAVE_MULTIDRIVE 64#define HAVE_MULTIDRIVE
63#define HAVE_HOTSWAP 65#define HAVE_HOTSWAP
64#define NUM_DRIVES 2 66#define NUM_DRIVES 1
65 67
66#define CONFIG_NAND NAND_TCC 68#define CONFIG_NAND NAND_TCC
67 69