summaryrefslogtreecommitdiffstats
path: root/firmware/export/as3525v2.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-03-15 19:11:22 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-03-15 19:11:22 +0000
commitd0ea5673ea3af8b90c67f9f4982d9bd45ee0ca48 (patch)
tree9e836eea579f1412f0b0616ecf057ff36ad16f64 /firmware/export/as3525v2.h
parent76da921e5612330aa5281676cc491137e6c0e769 (diff)
downloadrockbox-d0ea5673ea3af8b90c67f9f4982d9bd45ee0ca48.tar.gz
rockbox-d0ea5673ea3af8b90c67f9f4982d9bd45ee0ca48.zip
as3525v2 has twice the as3525v1 IRAM (verified on Clip+)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25207 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3525v2.h')
-rw-r--r--firmware/export/as3525v2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h
index 2a2f67cbc5..b5e025b8fa 100644
--- a/firmware/export/as3525v2.h
+++ b/firmware/export/as3525v2.h
@@ -26,4 +26,10 @@
/* insert differences here */
+#ifndef IRAM_SIZE /* protect in case the define name changes */
+# error IRAM_SIZE not defined !
+#endif
+#undef IRAM_SIZE
+#define IRAM_SIZE 0x100000
+
#endif /* __AS3525V2_H__ */