summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-target.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-30 16:36:32 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-30 16:36:32 +0000
commit0b6d65b09e7c12d7c0469e942518d913f7fd9376 (patch)
treeb378a64971405b5dbafdfaa6cef918501bd14b61 /firmware/target/arm/as3525/system-target.h
parentf235f1d4c0c222402d0e8b64cdf50533ef4dc9c9 (diff)
downloadrockbox-0b6d65b09e7c12d7c0469e942518d913f7fd9376.tar.gz
rockbox-0b6d65b09e7c12d7c0469e942518d913f7fd9376.zip
Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk)
Fix lcd drivers which stopped working after changing the PLL. Move set_cpu_frequency() to a place where it is actually used. Remove enable_irq() call already done by the bootloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19276 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/system-target.h')
-rw-r--r--firmware/target/arm/as3525/system-target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/system-target.h b/firmware/target/arm/as3525/system-target.h
index 2309b9790f..53bd4cb1b4 100644
--- a/firmware/target/arm/as3525/system-target.h
+++ b/firmware/target/arm/as3525/system-target.h
@@ -23,8 +23,8 @@
23 23
24#include "system-arm.h" 24#include "system-arm.h"
25 25
26#define CPUFREQ_MAX 240000000 26#define CPUFREQ_MAX 248000000
27#define CPUFREQ_DEFAULT 24000000 27#define CPUFREQ_DEFAULT 24800000
28#define CPUFREQ_NORMAL 30000000 28#define CPUFREQ_NORMAL 31000000
29 29
30#endif /* SYSTEM_TARGET_H */ 30#endif /* SYSTEM_TARGET_H */