diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-01-18 07:43:05 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-01-22 18:46:45 +0100 |
commit | 91a3978fdc380e37b44098e6f9adb7ae780d300c (patch) | |
tree | 493aeb978db24c1ccfd3e04d171b579112069da4 /firmware | |
parent | 9e7b41745255e225c1909258ccdfeb986be2e49e (diff) |
ypr0: Enable asm optimizations.
Change-Id: Ib9f98563a9687827a384e5c7587638f5874cf485
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 9af8b1f70d..61f8d61b41 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -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 */ |