diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-16 18:58:06 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-16 18:58:06 +0000 |
| commit | 9a432cac2f5d62641f790437e0319b737b68cffd (patch) | |
| tree | 1dffb43b3c62c48a6d5649c328234577d4a594ad | |
| parent | 2cf6345a0eea4f5fb87723799bf0c20a550bdfd8 (diff) | |
| download | rockbox-9a432cac2f5d62641f790437e0319b737b68cffd.zip rockbox-9a432cac2f5d62641f790437e0319b737b68cffd.tar.gz rockbox-9a432cac2f5d62641f790437e0319b737b68cffd.tar.bz2 rockbox-9a432cac2f5d62641f790437e0319b737b68cffd.tar.xz | |
Make usb stack back available to non-PP targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17144 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 778e50f..fc32097 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -518,6 +518,8 @@ /* Attributes for core-shared data in DRAM - no caching considerations */ #define SHAREDBSS_ATTR #define SHAREDDATA_ATTR +#define NOCACHEBSS_ATTR +#define NOCACHEDATA_ATTR #define CONFIG_CORELOCK CORELOCK_NONE #define IF_COP(...) |