summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-fuze/system-target.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-11-11 14:46:13 +0000
committerDave Chapman <dave@dchapman.com>2008-11-11 14:46:13 +0000
commite25c1c6e43aafbbe6de077f142776da2e00c75cd (patch)
tree3d86e41239ae55e2e19cb4f5f7c27fec03d294fd /firmware/target/arm/as3525/sansa-fuze/system-target.h
parent5c7d9f10150df77ad4ddc92fb3b2943225d0ed39 (diff)
downloadrockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.tar.gz
rockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.zip
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19090 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/sansa-fuze/system-target.h')
-rw-r--r--firmware/target/arm/as3525/sansa-fuze/system-target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/sansa-fuze/system-target.h b/firmware/target/arm/as3525/sansa-fuze/system-target.h
index b712d1c124..553ce90846 100644
--- a/firmware/target/arm/as3525/sansa-fuze/system-target.h
+++ b/firmware/target/arm/as3525/sansa-fuze/system-target.h
@@ -24,5 +24,7 @@
24#include "system-arm.h" 24#include "system-arm.h"
25 25
26#define CPUFREQ_MAX 250000000 26#define CPUFREQ_MAX 250000000
27#define CPUFREQ_DEFAULT 250000000
28#define CPUFREQ_NORMAL 250000000
27 29
28#endif /* SYSTEM_TARGET_H */ 30#endif /* SYSTEM_TARGET_H */