zen(xfi): enable frequency scaling

With the lcd underflow code at work, it results in small flicker when
switching frequency but it should be fine because it doesn't happen very
often and I don't think there is a way to avoid it without disabling EMI
frequency scaling.

Change-Id: I458732d52bbf27cda2510c3836539db1fb24ea15
This commit is contained in:
Amaury Pouly 2014-03-08 18:49:58 +01:00
parent 9637f4486b
commit 88799b38cf
2 changed files with 2 additions and 2 deletions

View file

@ -189,7 +189,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

@ -193,7 +193,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