mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Sansa e200v2: bootloader: enable SD boot
Use rockbox_main.e200v2 for boot redirect Max allowed size: 120860 Thumb build: 119579 Change-Id: I4683b1bdd247d41eaf4393b999db4ef5cd7a4010
This commit is contained in:
parent
cc210a7161
commit
f5a852304b
1 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue