1
0
Fork 0
forked from len0rd/rockbox

imx233: enable cpu frequency scaling on all targets

Change-Id: If19f51da5e4d66d7a85b3b9f50cbde115e73b6cb
This commit is contained in:
Amaury Pouly 2013-01-18 18:59:08 +00:00
parent 48bc762db1
commit e9f8846ce2
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -192,7 +192,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
/* Virtual LED (icon) */ /* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL #define CONFIG_LED LED_VIRTUAL