mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
New port: iPod Nano 4G
Currently, only the development bootloader can be built successfully. This is a part of the large iPod Nano 3G and iPod Nano 4G support patch. Credit: Cástor Muñoz <cmvidal@gmail.com> Change-Id: I74ea0da999ddb1d8ce5d0f5434141b3f0b5f7448
This commit is contained in:
parent
d6cd237f80
commit
545506c923
24 changed files with 2666 additions and 45 deletions
|
|
@ -73,7 +73,7 @@
|
|||
#elif CONFIG_CPU == S5L8701
|
||||
# define USB_DW_PHYSADDR(x) x
|
||||
# define NO_UNCACHED_ADDR /* Not known how to form uncached addresses */
|
||||
#elif CONFIG_CPU == S5L8702
|
||||
#elif CONFIG_CPU == S5L8702 || CONFIG_CPU == S5L8720
|
||||
# define USB_DW_PHYSADDR(x) S5L8702_PHYSICAL_ADDR(x)
|
||||
# define USB_DW_UNCACHEDADDR(x) S5L8702_UNCACHED_ADDR(x)
|
||||
#elif !defined(USB_DW_ARCH_SLAVE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue