diff options
author | Nils Wallménius <nils@rockbox.org> | 2012-05-08 15:58:09 +0200 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2012-05-08 22:46:12 +0200 |
commit | 2dda258f99cb5575724d26a32077dad92fb8e181 (patch) | |
tree | d688a64b8860d0c6ddc845140657feff4c1c995e /lib/rbcodec/platform.h | |
parent | b371b705c76eaa641325b517154a20c374ce41da (diff) |
Remove STATICIRAM hack
It was only needed by the old arm toolchain that we no longer use or support.
Change-Id: Id0e6c67477f8834a637079b03cde5fbf9da68b1c
Reviewed-on: http://gerrit.rockbox.org/233
Reviewed-by: Nils Wallménius <nils@rockbox.org>
Diffstat (limited to 'lib/rbcodec/platform.h')
-rw-r--r-- | lib/rbcodec/platform.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/rbcodec/platform.h b/lib/rbcodec/platform.h index 47df8fe6a2..fe79358b21 100644 --- a/lib/rbcodec/platform.h +++ b/lib/rbcodec/platform.h @@ -101,11 +101,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz); #ifndef MEM_ALIGN_ATTR # define MEM_ALIGN_ATTR #endif -/* -#ifndef STATICIRAM -# define STATICIRAM -#endif -*/ + #ifndef CACHEALIGN_SIZE # define CACHEALIGN_SIZE 1 #endif |