mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
imx233: properly disable frequency scaling for now
Change-Id: I3d700762a7f46e82ac99fed03e1aa9448b6cba47
This commit is contained in:
parent
072badeafb
commit
49cded1704
4 changed files with 3 additions and 5 deletions
|
@ -190,7 +190,7 @@
|
||||||
#define HAVE_BOOTLOADER_USB_MODE
|
#define HAVE_BOOTLOADER_USB_MODE
|
||||||
|
|
||||||
/* Define this if you have adjustable CPU frequency */
|
/* Define this if you have adjustable CPU frequency */
|
||||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
//#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
|
||||||
#define BOOTFILE_EXT "creative"
|
#define BOOTFILE_EXT "creative"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
@ -196,7 +196,7 @@
|
||||||
#define MAX_LOG_SECTOR_SIZE 2048
|
#define MAX_LOG_SECTOR_SIZE 2048
|
||||||
|
|
||||||
/* Define this if you have adjustable CPU frequency */
|
/* Define this if you have adjustable CPU frequency */
|
||||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
//#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
|
||||||
#define BOOTFILE_EXT "creative"
|
#define BOOTFILE_EXT "creative"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
#define MAX_LOG_SECTOR_SIZE 2048
|
#define MAX_LOG_SECTOR_SIZE 2048
|
||||||
|
|
||||||
/* Define this if you have adjustable CPU frequency */
|
/* Define this if you have adjustable CPU frequency */
|
||||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
//#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
|
||||||
#define BOOTFILE_EXT "sansa"
|
#define BOOTFILE_EXT "sansa"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
@ -159,7 +159,6 @@ void udelay(unsigned us)
|
||||||
void set_cpu_frequency(long frequency)
|
void set_cpu_frequency(long frequency)
|
||||||
{
|
{
|
||||||
(void) frequency;
|
(void) frequency;
|
||||||
#if 0
|
|
||||||
switch(frequency)
|
switch(frequency)
|
||||||
{
|
{
|
||||||
case IMX233_CPUFREQ_454_MHz:
|
case IMX233_CPUFREQ_454_MHz:
|
||||||
|
@ -201,7 +200,6 @@ void set_cpu_frequency(long frequency)
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue