diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-01-18 18:59:08 +0000 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-01-18 18:59:41 +0000 |
commit | e9f8846ce2b7967f9fa14f565b6970b900b1618e (patch) | |
tree | d4b548f1460029cbb7886f1a457ccca86e0704d7 /firmware/export/config/creativezenxfi3.h | |
parent | 48bc762db1de6c2b217bcb01b4a1e8a7a2765650 (diff) | |
download | rockbox-e9f8846ce2b7967f9fa14f565b6970b900b1618e.tar.gz rockbox-e9f8846ce2b7967f9fa14f565b6970b900b1618e.tar.bz2 rockbox-e9f8846ce2b7967f9fa14f565b6970b900b1618e.zip |
imx233: enable cpu frequency scaling on all targets
Change-Id: If19f51da5e4d66d7a85b3b9f50cbde115e73b6cb
Diffstat (limited to 'firmware/export/config/creativezenxfi3.h')
-rw-r--r-- | firmware/export/config/creativezenxfi3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h index 84bdc36639..bcc5955249 100644 --- a/firmware/export/config/creativezenxfi3.h +++ b/firmware/export/config/creativezenxfi3.h @@ -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 |