From 79ca6d4e3cf6fcd2f05cca0a703200394920741f Mon Sep 17 00:00:00 2001 From: Mihail Zenkov Date: Wed, 20 Apr 2016 15:53:33 +0000 Subject: AMS: enable SD card support in bootloader With this changes rockbox can be loaded from SD card when internal storage can't be mount (due to hardware or software problem). Change-Id: I32b20d3f341566364def747a708a54ba6b4a7f8b --- firmware/export/config/sansae200v2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config/sansae200v2.h') diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index 1e76bf58d7..96b51f4e12 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -192,9 +192,10 @@ #define FIRMWARE_OFFSET_FILE_CRC 0x0 #define FIRMWARE_OFFSET_FILE_DATA 0x8 -#ifndef BOOTLOADER #define HAVE_MULTIDRIVE #define NUM_DRIVES 2 + +#ifndef BOOTLOADER #define HAVE_HOTSWAP #endif -- cgit v1.2.3