summaryrefslogtreecommitdiff
path: root/firmware/common/file_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/file_internal.c')
-rw-r--r--firmware/common/file_internal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/common/file_internal.c b/firmware/common/file_internal.c
index a109563092..fe18f90056 100644
--- a/firmware/common/file_internal.c
+++ b/firmware/common/file_internal.c
@@ -36,8 +36,7 @@
36 36
37/* for internal functions' scanning use to save quite a bit of stack space - 37/* for internal functions' scanning use to save quite a bit of stack space -
38 access must be serialized by the writer lock */ 38 access must be serialized by the writer lock */
39#if defined(CPU_SH) || defined(IAUDIO_M5) \ 39#if defined(IAUDIO_M5) || CONFIG_CPU == IMX233
40 || CONFIG_CPU == IMX233
41/* otherwise, out of IRAM */ 40/* otherwise, out of IRAM */
42struct fat_direntry dir_fatent; 41struct fat_direntry dir_fatent;
43#else 42#else