mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Fix the remaining red in red from ea80d1cc9ca
Notably: * double-paste in ihifi760 config.h * jz4740 ATA & SD drivers used MULTIVOLUME instead of MULTIDRIVE * Simulators implicitly rely on HAVE_HOTSWAP Change-Id: I44fc7f98f0f6df366f016567c330f87e9f3ca6a6
This commit is contained in:
parent
181fe7530a
commit
f37b5a8349
4 changed files with 17 additions and 12 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#define HAVE_FLASH_STORAGE
|
||||
|
||||
#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND)
|
||||
#define NUM_DRIVES 1 /* NAND doesn't work yet */#define NUM_DRIVES 1 /* NAND doesn't work yet */
|
||||
#define NUM_DRIVES 1 /* NAND doesn't work yet */
|
||||
|
||||
#define CONFIG_NAND NAND_RK27XX
|
||||
#define HAVE_SW_TONE_CONTROLS
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@
|
|||
|
||||
#undef AMS_OF_SIZE
|
||||
|
||||
/* Simulator core requires hotswap */
|
||||
#ifndef HAVE_HOTSWAP
|
||||
#define HAVE_HOTSWAP
|
||||
#endif
|
||||
|
||||
#undef HAVE_HOTSWAP_STORAGE_AS_MAIN
|
||||
#undef HAVE_STORAGE_FLUSH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue