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
This commit is contained in:
parent
6548dc2943
commit
79ca6d4e3c
6 changed files with 12 additions and 8 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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
|
||||
#endif
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -193,9 +193,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
|
||||
|
||||
|
|
|
@ -195,9 +195,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue