From d0ea5673ea3af8b90c67f9f4982d9bd45ee0ca48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 15 Mar 2010 19:11:22 +0000 Subject: [PATCH] as3525v2 has twice the as3525v1 IRAM (verified on Clip+) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25207 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3525v2.h | 6 ++++++ 1 file changed, 6 insertions(+) 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__ */