summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Artiukhin <bahusdrive@gmail.com>2024-03-27 10:03:46 +0200
committerAidan MacDonald <amachronic@protonmail.com>2024-04-01 11:44:22 -0400
commitf5a852304b57e1b65f69845f3daed3b418258a25 (patch)
treea1d30d78522718e769d14c279c5983888e8f0652
parentcc210a7161571cfdd5a12ab9fbaf9f7c844e6973 (diff)
downloadrockbox-f5a852304b57e1b65f69845f3daed3b418258a25.tar.gz
rockbox-f5a852304b57e1b65f69845f3daed3b418258a25.zip
Sansa e200v2: bootloader: enable SD boot
Use rockbox_main.e200v2 for boot redirect Max allowed size: 120860 Thumb build: 119579 Change-Id: I4683b1bdd247d41eaf4393b999db4ef5cd7a4010
-rw-r--r--firmware/export/config/sansae200v2.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index e7ff291cc7..b64400679c 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -6,6 +6,13 @@
6#define MODEL_NUMBER 41 6#define MODEL_NUMBER 41
7#define MODEL_NAME "Sandisk Sansa e200v2 series" 7#define MODEL_NAME "Sandisk Sansa e200v2 series"
8 8
9/* Define if boot data from bootloader has been enabled for the target */
10#define HAVE_BOOTDATA
11
12/* define boot redirect file name allows booting from external drives */
13#define BOOT_REDIR "rockbox_main.e200v2"
14#define MULTIBOOT_MIN_VOLUME 1
15
9#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 16#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
10 17
11/* define this if you have recording possibility */ 18/* define this if you have recording possibility */
@@ -192,10 +199,8 @@
192 199
193#define HAVE_MULTIDRIVE 200#define HAVE_MULTIDRIVE
194#define NUM_DRIVES 2 201#define NUM_DRIVES 2
195
196#ifndef BOOTLOADER
197#define HAVE_HOTSWAP 202#define HAVE_HOTSWAP
198#endif 203
199 204
200/* USB On-the-go */ 205/* USB On-the-go */
201#define CONFIG_USBOTG USBOTG_AS3525 206#define CONFIG_USBOTG USBOTG_AS3525