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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c3dd4fde93..070bd959b7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -826,6 +826,11 @@ Lyre prototype 1 */
826 826
827#endif /* CPU_PP */ 827#endif /* CPU_PP */
828 828
829#if CONFIG_CPU == IMX31L
830#define NOCACHEBSS_ATTR __attribute__((section(".ncbss"),nocommon))
831#define NOCACHEDATA_ATTR __attribute__((section(".ncdata"),nocommon))
832#endif
833
829#ifndef CONFIG_CORELOCK 834#ifndef CONFIG_CORELOCK
830#define CONFIG_CORELOCK CORELOCK_NONE 835#define CONFIG_CORELOCK CORELOCK_NONE
831#endif 836#endif