forked from len0rd/rockbox
FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21848 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f6998bde9
commit
eea149bd13
21 changed files with 1108 additions and 11 deletions
|
|
@ -73,6 +73,9 @@ extern int show_logo(void);
|
|||
#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
|
||||
#define BOOTLOADER_BOOT_OF BUTTON_LEFT
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZE_PAD
|
||||
#define BOOTLOADER_BOOT_OF BUTTON_LEFT
|
||||
|
||||
#endif
|
||||
|
||||
/* Maximum allowed firmware image size. 10MB is more than enough */
|
||||
|
|
@ -447,7 +450,8 @@ void* main(void)
|
|||
int rc;
|
||||
int num_partitions;
|
||||
struct partinfo* pinfo;
|
||||
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200)
|
||||
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|
||||
|| defined (SANSA_VIEW)
|
||||
#if !defined(USE_ROCKBOX_USB)
|
||||
int usb_retry = 0;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue