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:
Rafaël Carré 2010-03-15 19:11:22 +00:00
parent 76da921e56
commit d0ea5673ea

View file

@ -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__ */