mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Rename CPU_S5L870X to CPU_S5L87XX
This is a preparation to introduce support for the following SoC models: S5L8720 (iPod Nano 4G, iPod Touch 2G), S5L8730 (iPod Nano 5G), S5L8723 (iPod Nano 6G) and S5L8740 (iPod Nano 7G) The whole family consists of SoCs which are similar, running ARMv6 and Thumb2 instructions, but some peripherals are located at a different address. No functional change is to be expected so far. Change-Id: If1f7669c49cf110ccc52c5234cc42ffd6f2b4e80
This commit is contained in:
parent
64d94889a2
commit
f040c4c9ec
10 changed files with 19 additions and 19 deletions
|
@ -666,9 +666,9 @@ Lyre prototype 1 */
|
|||
#define CPU_PP502x
|
||||
#endif
|
||||
|
||||
/* define for all cpus from S5L870X family */
|
||||
/* define for all cpus from S5L87XX family */
|
||||
#if (CONFIG_CPU == S5L8700) || (CONFIG_CPU == S5L8701) || (CONFIG_CPU == S5L8702)
|
||||
#define CPU_S5L870X
|
||||
#define CPU_S5L87XX
|
||||
#endif
|
||||
|
||||
/* define for all cpus from TCC780 family */
|
||||
|
@ -1029,7 +1029,7 @@ Lyre prototype 1 */
|
|||
|
||||
#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) || (CONFIG_CPU == JZ4760B) \
|
||||
|| (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \
|
||||
|| defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \
|
||||
|| defined(CPU_S5L87XX) || (CONFIG_CPU == S3C2440) \
|
||||
|| defined(APPLICATION) || (CONFIG_CPU == PP5002) \
|
||||
|| (CONFIG_CPU == RK27XX) || (CONFIG_CPU == IMX233) || \
|
||||
(defined(HAVE_LCD_COLOR) && (LCD_STRIDEFORMAT == HORIZONTAL_STRIDE))
|
||||
|
@ -1118,7 +1118,7 @@ Lyre prototype 1 */
|
|||
(CONFIG_CPU == PNX0101) || \
|
||||
(CONFIG_CPU == TCC7801) || \
|
||||
(CONFIG_CPU == IMX233 && !defined(PLUGIN) && !defined(CODEC)) || /* IMX233: core only */ \
|
||||
defined(CPU_S5L870X)) || /* Samsung S5L8700: core, plugins, codecs */ \
|
||||
defined(CPU_S5L87XX)) || /* Samsung S5L87XX: core, plugins, codecs */ \
|
||||
((CONFIG_CPU == JZ4732 || CONFIG_CPU == JZ4760B) && !defined(PLUGIN) && !defined(CODEC)) /* Jz47XX: core only */
|
||||
#define ICODE_ATTR __attribute__ ((section(".icode")))
|
||||
#define ICONST_ATTR __attribute__ ((section(".irodata")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue