summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index fc320970c2..ccd24d0233 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -518,8 +518,10 @@
/* Attributes for core-shared data in DRAM - no caching considerations */
#define SHAREDBSS_ATTR
#define SHAREDDATA_ATTR
+#ifndef NOCACHEBSS_ATTR
#define NOCACHEBSS_ATTR
#define NOCACHEDATA_ATTR
+#endif
#define CONFIG_CORELOCK CORELOCK_NONE
#define IF_COP(...)