mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: add support for sd/mmc probing
zenxfi2: add support for internal storage on the SD version The code can now skip devices marked as PROBE if they fail to init, thus making it possible to handle various kinds of internal storages. The current code probably doesn't interplay nicely since it acquires pins and never release them so it will probably break NAND code when it's ready but NAND code is not ready yet anyway. Change-Id: I4cb962de4215661e521743a3f511445dbbf28673
This commit is contained in:
parent
f982ea6398
commit
1f4f7369ee
2 changed files with 26 additions and 2 deletions
|
|
@ -132,7 +132,7 @@
|
|||
|
||||
/* define this if the flash memory uses the SecureDigital Memory Card protocol */
|
||||
#define CONFIG_STORAGE (/*STORAGE_NAND |*/ STORAGE_SD)
|
||||
#define NUM_DRIVES 1
|
||||
#define NUM_DRIVES 2
|
||||
#define HAVE_MULTIDRIVE
|
||||
#define HAVE_MULTIVOLUME
|
||||
#define HAVE_HOTSWAP_STORAGE_AS_MAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue