imx233: properly disable frequency scaling for now

Change-Id: I3d700762a7f46e82ac99fed03e1aa9448b6cba47
This commit is contained in:
Amaury Pouly 2012-09-04 20:25:18 +02:00
parent 072badeafb
commit 49cded1704
4 changed files with 3 additions and 5 deletions

View file

@ -190,7 +190,7 @@
#define HAVE_BOOTLOADER_USB_MODE
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
//#define HAVE_ADJUSTABLE_CPU_FREQ
#define BOOTFILE_EXT "creative"
#define BOOTFILE "rockbox." BOOTFILE_EXT

View file

@ -196,7 +196,7 @@
#define MAX_LOG_SECTOR_SIZE 2048
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
//#define HAVE_ADJUSTABLE_CPU_FREQ
#define BOOTFILE_EXT "creative"
#define BOOTFILE "rockbox." BOOTFILE_EXT

View file

@ -190,7 +190,7 @@
#define MAX_LOG_SECTOR_SIZE 2048
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
//#define HAVE_ADJUSTABLE_CPU_FREQ
#define BOOTFILE_EXT "sansa"
#define BOOTFILE "rockbox." BOOTFILE_EXT

View file

@ -159,7 +159,6 @@ void udelay(unsigned us)
void set_cpu_frequency(long frequency)
{
(void) frequency;
#if 0
switch(frequency)
{
case IMX233_CPUFREQ_454_MHz:
@ -201,7 +200,6 @@ void set_cpu_frequency(long frequency)
default:
break;
}
#endif
}
#endif