diff options
author | Roman Artiukhin <bahusdrive@gmail.com> | 2024-03-27 10:03:46 +0200 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2024-04-01 11:44:22 -0400 |
commit | f5a852304b57e1b65f69845f3daed3b418258a25 (patch) | |
tree | a1d30d78522718e769d14c279c5983888e8f0652 | |
parent | cc210a7161571cfdd5a12ab9fbaf9f7c844e6973 (diff) | |
download | rockbox-f5a852304b.tar.gz rockbox-f5a852304b.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.h | 11 |
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 @@ #define MODEL_NUMBER 41 #define MODEL_NAME "Sandisk Sansa e200v2 series" +/* Define if boot data from bootloader has been enabled for the target */ +#define HAVE_BOOTDATA + +/* define boot redirect file name allows booting from external drives */ +#define BOOT_REDIR "rockbox_main.e200v2" +#define MULTIBOOT_MIN_VOLUME 1 + #define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 /* define this if you have recording possibility */ @@ -192,10 +199,8 @@ #define HAVE_MULTIDRIVE #define NUM_DRIVES 2 - -#ifndef BOOTLOADER #define HAVE_HOTSWAP -#endif + /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_AS3525 |