From 88799b38cf40baf544739fd48684a3641a9f941c Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 8 Mar 2014 18:49:58 +0100 Subject: 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 --- firmware/export/config/creativezen.h | 2 +- firmware/export/config/creativezenxfi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h index 1bfc056063..e41a246ccf 100644 --- a/firmware/export/config/creativezen.h +++ b/firmware/export/config/creativezen.h @@ -189,7 +189,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 diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h index 6128d68aa0..ac8bbdb841 100644 --- a/firmware/export/config/creativezenxfi.h +++ b/firmware/export/config/creativezenxfi.h @@ -193,7 +193,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 -- cgit v1.2.3