mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
D2: Re-enable SD(HC) driver as there have been no further reports of damaged cards.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22283 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3f36a1f47
commit
4c5ae4b068
2 changed files with 2 additions and 2 deletions
|
|
@ -1253,7 +1253,7 @@ target/arm/lcd-as-memframe.S
|
|||
target/arm/tcc780x/adc-tcc780x.c
|
||||
target/arm/tcc780x/system-tcc780x.c
|
||||
target/arm/tcc780x/kernel-tcc780x.c
|
||||
/*target/arm/tcc780x/sd-tcc780x.c*/
|
||||
target/arm/tcc780x/sd-tcc780x.c
|
||||
target/arm/tcc780x/cowond2/button-cowond2.c
|
||||
target/arm/tcc780x/cowond2/lcd-cowond2.c
|
||||
target/arm/tcc780x/cowond2/power-cowond2.c
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
/* define this if you have a flash memory storage */
|
||||
#define HAVE_FLASH_STORAGE
|
||||
|
||||
#if 0 // #ifndef SIMULATOR
|
||||
#ifndef SIMULATOR
|
||||
#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
||||
#define HAVE_MULTIDRIVE
|
||||
#define HAVE_HOTSWAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue