forked from len0rd/rockbox
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>
This commit is contained in:
parent
b371b705c7
commit
2dda258f99
9 changed files with 37 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue