forked from len0rd/rockbox
Disable cpu frequency adjusting for H10 for now as it is causing freezes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae8d4ff543
commit
8c834bd57c
2 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@
|
||||||
#define CONFIG_LED LED_VIRTUAL
|
#define CONFIG_LED LED_VIRTUAL
|
||||||
|
|
||||||
/* 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 "h10"
|
#define BOOTFILE_EXT "h10"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
#define CONFIG_LED LED_VIRTUAL
|
#define CONFIG_LED LED_VIRTUAL
|
||||||
|
|
||||||
/* 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 "h10"
|
#define BOOTFILE_EXT "h10"
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue