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/sansac200v2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config/sansac200v2.h') diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index e3bb54f164..a51f9e3b00 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -172,9 +172,10 @@ /* Type of LCD : Samsung S6B33B2 */ #define CONFIG_LCD LCD_C200 -#ifndef BOOTLOADER #define HAVE_MULTIDRIVE #define NUM_DRIVES 2 + +#ifndef BOOTLOADER #define HAVE_HOTSWAP #endif /* BOOTLOADER */ -- cgit v1.2.3