summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansac200v2.h
diff options
context:
space:
mode:
authorMihail Zenkov <mihail.zenkov@gmail.com>2016-04-20 15:53:33 +0000
committerMihail Zenkov <mihail.zenkov@gmail.com>2016-04-20 15:53:33 +0000
commit79ca6d4e3cf6fcd2f05cca0a703200394920741f (patch)
treea731fa7107446520bea8818b99d067c647c2565a /firmware/export/config/sansac200v2.h
parent6548dc294357f4f13a17bf34206038a3a93f1ff7 (diff)
downloadrockbox-79ca6d4e3cf6fcd2f05cca0a703200394920741f.tar.gz
rockbox-79ca6d4e3cf6fcd2f05cca0a703200394920741f.zip
AMS: enable SD card support in bootloader
With this changes rockbox can be loaded from SD card when internal storage can't be mount (due to hardware or software problem). Change-Id: I32b20d3f341566364def747a708a54ba6b4a7f8b
Diffstat (limited to 'firmware/export/config/sansac200v2.h')
-rw-r--r--firmware/export/config/sansac200v2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index e3bb54f164..a51f9e3b00 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -172,9 +172,10 @@
172/* Type of LCD : Samsung S6B33B2 */ 172/* Type of LCD : Samsung S6B33B2 */
173#define CONFIG_LCD LCD_C200 173#define CONFIG_LCD LCD_C200
174 174
175#ifndef BOOTLOADER
176#define HAVE_MULTIDRIVE 175#define HAVE_MULTIDRIVE
177#define NUM_DRIVES 2 176#define NUM_DRIVES 2
177
178#ifndef BOOTLOADER
178#define HAVE_HOTSWAP 179#define HAVE_HOTSWAP
179#endif /* BOOTLOADER */ 180#endif /* BOOTLOADER */
180 181