mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 10:32:42 -05:00
ypr0: Enable asm optimizations.
Change-Id: Ib9f98563a9687827a384e5c7587638f5874cf485
This commit is contained in:
parent
9e7b417452
commit
91a3978fdc
2 changed files with 1 additions and 2 deletions
|
|
@ -563,7 +563,7 @@ Lyre prototype 1 */
|
|||
#define CPU_ARM
|
||||
#define ARM_ARCH 7 /* ARMv7 */
|
||||
|
||||
#elif (CONFIG_CPU == IMX31L) \
|
||||
#elif (CONFIG_CPU == IMX31L) || defined(SAMSUNG_YPR0) \
|
||||
|| ((CONFIG_PLATFORM & PLATFORM_MAEMO4) && defined(MAEMO_ARM_BUILD))
|
||||
#define CPU_ARM
|
||||
#define ARM_ARCH 6 /* ARMv6 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue