From f5a852304b57e1b65f69845f3daed3b418258a25 Mon Sep 17 00:00:00 2001 From: Roman Artiukhin Date: Wed, 27 Mar 2024 10:03:46 +0200 Subject: Sansa e200v2: bootloader: enable SD boot Use rockbox_main.e200v2 for boot redirect Max allowed size: 120860 Thumb build: 119579 Change-Id: I4683b1bdd247d41eaf4393b999db4ef5cd7a4010 --- firmware/export/config/sansae200v2.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'firmware') 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 -- cgit v1.2.3