forked from len0rd/rockbox
Commit some USB and ATA rework/refactoring (+ USB GPIO detection).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19165 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a61b71f73
commit
c0b43a5ac2
11 changed files with 219 additions and 60 deletions
|
|
@ -33,8 +33,8 @@
|
|||
/* For Rolo and boot loader */
|
||||
#define MODEL_NUMBER 35
|
||||
|
||||
#define HAVE_ATA_SD
|
||||
#define HAVE_HOTSWAP
|
||||
//#define HAVE_ATA_SD
|
||||
//#define HAVE_HOTSWAP
|
||||
|
||||
//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
||||
#define CONFIG_STORAGE STORAGE_RAMDISK /* Multivolume currently handled at firmware/target/ level */
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||
#define BOOTDIR "/.rockbox"
|
||||
|
||||
#define CONFIG_USBOTG USBOTG_INGENIC
|
||||
#define CONFIG_USBOTG USBOTG_JZ4740
|
||||
#define HAVE_USBSTACK
|
||||
#define USB_VENDOR_ID 0x041e
|
||||
#define USB_PRODUCT_ID 0x4133
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue