as3525v2 has twice the as3525v1 IRAM (verified on Clip+)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25207 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
76da921e56
commit
d0ea5673ea
1 changed files with 6 additions and 0 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue