summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2016-03-27 23:56:19 +0200
committerMichael Giacomelli <giac2000@hotmail.com>2016-03-27 23:56:19 +0200
commit7ba50cfdc1ffb484b17b23ed16d09cd8c591bd9a (patch)
tree26fa88960d0ec13eb0c606df68f45b34c6ecb520
parent7be692e80612ce180d1dc4c796f6ee0586ec565a (diff)
downloadrockbox-7ba50cfdc1ffb484b17b23ed16d09cd8c591bd9a.tar.gz
rockbox-7ba50cfdc1ffb484b17b23ed16d09cd8c591bd9a.zip
Disable voltage scaling.
Crashes immediately. Something was wrong with the last commit. Change-Id: Ie8a05095369a6312dc151e0a393e97d3a3fc7a09
-rw-r--r--firmware/export/config/sansaclipplus.h2
-rw-r--r--firmware/export/config/sansaclipv2.h2
-rw-r--r--firmware/export/config/sansaclipzip.h2
-rw-r--r--firmware/export/config/sansafuzev2.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index faa22259a6..47d270e428 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -199,7 +199,7 @@
199#define HAVE_ADJUSTABLE_CPU_FREQ 199#define HAVE_ADJUSTABLE_CPU_FREQ
200 200
201/*define this to enable CPU voltage scaling on AMS devices*/ 201/*define this to enable CPU voltage scaling on AMS devices*/
202#define HAVE_ADJUSTABLE_CPU_VOLTAGE 202//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
203 203
204#define BOOTFILE_EXT "sansa" 204#define BOOTFILE_EXT "sansa"
205#define BOOTFILE "rockbox." BOOTFILE_EXT 205#define BOOTFILE "rockbox." BOOTFILE_EXT
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 301cfc8c7f..b2e2496d7e 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -195,7 +195,7 @@
195#define HAVE_ADJUSTABLE_CPU_FREQ 195#define HAVE_ADJUSTABLE_CPU_FREQ
196 196
197/*define this to enable CPU voltage scaling on AMS devices*/ 197/*define this to enable CPU voltage scaling on AMS devices*/
198#define HAVE_ADJUSTABLE_CPU_VOLTAGE 198//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
199 199
200#define BOOTFILE_EXT "sansa" 200#define BOOTFILE_EXT "sansa"
201#define BOOTFILE "rockbox." BOOTFILE_EXT 201#define BOOTFILE "rockbox." BOOTFILE_EXT
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index ea1c57193d..a7d6a106d7 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -198,7 +198,7 @@
198#define HAVE_ADJUSTABLE_CPU_FREQ 198#define HAVE_ADJUSTABLE_CPU_FREQ
199 199
200/*define this to enable CPU voltage scaling on AMS devices*/ 200/*define this to enable CPU voltage scaling on AMS devices*/
201#define HAVE_ADJUSTABLE_CPU_VOLTAGE 201//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
202 202
203#define BOOTFILE_EXT "sansa" 203#define BOOTFILE_EXT "sansa"
204#define BOOTFILE "rockbox." BOOTFILE_EXT 204#define BOOTFILE "rockbox." BOOTFILE_EXT
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 523a331df1..9668295736 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -211,7 +211,7 @@
211#define HAVE_ADJUSTABLE_CPU_FREQ 211#define HAVE_ADJUSTABLE_CPU_FREQ
212 212
213/*define this to enable CPU voltage scaling on AMS devices*/ 213/*define this to enable CPU voltage scaling on AMS devices*/
214#define HAVE_ADJUSTABLE_CPU_VOLTAGE 214//#define HAVE_ADJUSTABLE_CPU_VOLTAGE
215 215
216#define BOOTFILE_EXT "sansa" 216#define BOOTFILE_EXT "sansa"
217#define BOOTFILE "rockbox." BOOTFILE_EXT 217#define BOOTFILE "rockbox." BOOTFILE_EXT