From 619276e22cc718b4053a90586cc6ff90c91acde5 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 24 Feb 2011 15:58:21 +0100 Subject: [PATCH] Enable assembler optimizations --- firmware/export/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 65f2f08d7b..680a1eb5dd 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -504,8 +504,8 @@ Lyre prototype 1 */ #endif /* define for all cpus from ARM family */ -/* FIXME: || (CONFIG_PLATFORM & PLATFORM_PANDORA) */ -#if ((CONFIG_PLATFORM & PLATFORM_MAEMO5) && defined(MAEMO_ARM_BUILD)) +#if ((CONFIG_PLATFORM & PLATFORM_MAEMO5) && defined(MAEMO_ARM_BUILD)) \ + || (CONFIG_PLATFORM & PLATFORM_PANDORA) #define CPU_ARM #define ARM_ARCH 7 /* ARMv7 */ -- 2.11.4.GIT