summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzev2.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/sansafuzev2.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/sansafuzev2.h')
-rw-r--r--firmware/export/config/sansafuzev2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 62517c0d0c..d8b2351f92 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -195,9 +195,10 @@
195#define FIRMWARE_OFFSET_FILE_CRC 0x0 195#define FIRMWARE_OFFSET_FILE_CRC 0x0
196#define FIRMWARE_OFFSET_FILE_DATA 0x8 196#define FIRMWARE_OFFSET_FILE_DATA 0x8
197 197
198#ifndef BOOTLOADER
199#define HAVE_MULTIDRIVE 198#define HAVE_MULTIDRIVE
200#define NUM_DRIVES 2 199#define NUM_DRIVES 2
200
201#ifndef BOOTLOADER
201#define HAVE_HOTSWAP 202#define HAVE_HOTSWAP
202#endif 203#endif
203 204