From 91a3978fdc380e37b44098e6f9adb7ae780d300c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 18 Jan 2012 07:43:05 +0100 Subject: ypr0: Enable asm optimizations. Change-Id: Ib9f98563a9687827a384e5c7587638f5874cf485 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') 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 */ -- cgit v1.2.3