mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
AMSv2: enable voltage scaling
Change-Id: I8d64b8578d28884e326f8b43100b3b4691f95acf
This commit is contained in:
parent
c90d42dcc6
commit
8a0360dd1e
4 changed files with 4 additions and 4 deletions
|
@ -198,7 +198,7 @@
|
||||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
|
||||||
/*define this to enable CPU voltage scaling on AMS devices*/
|
/*define this to enable CPU voltage scaling on AMS devices*/
|
||||||
//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
||||||
|
|
||||||
#define BOOTFILE_EXT "sansa"
|
#define BOOTFILE_EXT "sansa"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
|
||||||
/*define this to enable CPU voltage scaling on AMS devices*/
|
/*define this to enable CPU voltage scaling on AMS devices*/
|
||||||
//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
||||||
|
|
||||||
#define BOOTFILE_EXT "sansa"
|
#define BOOTFILE_EXT "sansa"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
|
||||||
/*define this to enable CPU voltage scaling on AMS devices*/
|
/*define this to enable CPU voltage scaling on AMS devices*/
|
||||||
//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
||||||
|
|
||||||
#define BOOTFILE_EXT "sansa"
|
#define BOOTFILE_EXT "sansa"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
#define HAVE_ADJUSTABLE_CPU_FREQ
|
#define HAVE_ADJUSTABLE_CPU_FREQ
|
||||||
|
|
||||||
/*define this to enable CPU voltage scaling on AMS devices*/
|
/*define this to enable CPU voltage scaling on AMS devices*/
|
||||||
//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
#define HAVE_ADJUSTABLE_CPU_VOLTAGE
|
||||||
|
|
||||||
#define BOOTFILE_EXT "sansa"
|
#define BOOTFILE_EXT "sansa"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue