From e7a31c16dc818f835c7aef2cc0183e0f6075e81d Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Mon, 23 Jun 2008 22:25:33 +0000 Subject: Disable IRAM usage on TCC780x, giving at least a 2x speedup in codecs and elsewhere. To be re-instated only when the issue is fully understood. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17774 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware') diff --git a/firmware/export/config.h b/firmware/export/config.h index c0e2b43d97..34d0bf27c6 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -450,7 +450,6 @@ defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ - defined(CPU_TCC780X) || /* Telechips: core, plugins, codecs */ \ (CONFIG_CPU == PNX0101)) #define ICODE_ATTR __attribute__ ((section(".icode"))) #define ICONST_ATTR __attribute__ ((section(".irodata"))) -- cgit v1.2.3