summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorJohannes Rauh <johnbthetenth@gmail.com>2020-08-15 18:04:47 +0200
committerWilliam Wilgus <wilgus.william@gmail.com>2020-08-19 19:17:01 -0400
commitda190727e768dea9e647989b3e765f910e9d0fbc (patch)
treed7d6443c124666ac90e5baba2605a42edd10d0c1 /firmware/export/config
parent8ee035b6c884142f936b03b7419d14e9102515d9 (diff)
downloadrockbox-da190727e768dea9e647989b3e765f910e9d0fbc.tar.gz
rockbox-da190727e768dea9e647989b3e765f910e9d0fbc.zip
Enable boot from SD for Sansa e200
Change-Id: I0940f2cd5fc914d6d5061b5798b1a636009649b7
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansae200.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/firmware/export/config/sansae200.h b/firmware/export/config/sansae200.h
index e03784a204..59e531241f 100644
--- a/firmware/export/config/sansae200.h
+++ b/firmware/export/config/sansae200.h
@@ -8,6 +8,12 @@
8 8
9#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32) 9#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32)
10 10
11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA
13
14/* define boot redirect file name allows booting from external drives */
15#define BOOT_REDIR "rockbox_main.e200"
16
11/* define this if you have recording possibility */ 17/* define this if you have recording possibility */
12#define HAVE_RECORDING 18#define HAVE_RECORDING
13 19
@@ -178,11 +184,10 @@
178#define FIRMWARE_OFFSET_FILE_CRC 0x0 184#define FIRMWARE_OFFSET_FILE_CRC 0x0
179#define FIRMWARE_OFFSET_FILE_DATA 0x8 185#define FIRMWARE_OFFSET_FILE_DATA 0x8
180 186
181#ifndef BOOTLOADER
182#define HAVE_MULTIDRIVE 187#define HAVE_MULTIDRIVE
188//#define HAVE_MULTIVOLUME
183#define NUM_DRIVES 2 189#define NUM_DRIVES 2
184#define HAVE_HOTSWAP 190#define HAVE_HOTSWAP /* required to access sd from bootloader */
185#endif
186 191
187/* USB On-the-go */ 192/* USB On-the-go */
188#define CONFIG_USBOTG USBOTG_ARC 193#define CONFIG_USBOTG USBOTG_ARC