diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-16 19:07:10 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-16 19:07:10 +0000 |
commit | 8f91591612f2379840e106e50bd004b578a494be (patch) | |
tree | ee6b8834e10db5de652779f8904281e909f5688f | |
parent | 9a432cac2f5d62641f790437e0319b737b68cffd (diff) | |
download | rockbox-8f91591612f2379840e106e50bd004b578a494be.tar.gz rockbox-8f91591612f2379840e106e50bd004b578a494be.zip |
Fix yellows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17145 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config.h | 2 |
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(...) |