ypr0: Enable asm optimizations.

Change-Id: Ib9f98563a9687827a384e5c7587638f5874cf485
This commit is contained in:
Thomas Martitz 2012-01-18 07:43:05 +01:00
parent 9e7b417452
commit 91a3978fdc
2 changed files with 1 additions and 2 deletions

View file

@ -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 */