summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 57e6bb8a59..e1ce15a562 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -937,7 +937,7 @@ Lyre prototype 1 */
937 937
938#endif /* CPU_PP */ 938#endif /* CPU_PP */
939 939
940#if CONFIG_CPU == IMX31L 940#if CONFIG_CPU == IMX31L || CONFIG_CPU == IMX233
941#define NOCACHEBSS_ATTR __attribute__((section(".ncbss"),nocommon)) 941#define NOCACHEBSS_ATTR __attribute__((section(".ncbss"),nocommon))
942#define NOCACHEDATA_ATTR __attribute__((section(".ncdata"),nocommon)) 942#define NOCACHEDATA_ATTR __attribute__((section(".ncdata"),nocommon))
943#endif 943#endif