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/sansaclipzip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config/sansaclipzip.h') diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index 67b67c05c5..e6a496cce4 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -8,10 +8,10 @@ #define FIRMWARE_OFFSET_FILE_DATA 8 #define FIRMWARE_OFFSET_FILE_CRC 0 - -#ifndef BOOTLOADER #define HAVE_MULTIDRIVE #define NUM_DRIVES 2 + +#ifndef BOOTLOADER #define HAVE_HOTSWAP #define HAVE_RDS_CAP #endif -- cgit v1.2.3