Made the IRAM usage depend on the CPU type.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
657fdf26f2
commit
81b51ebe58
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void savestate(int fd);
|
|||
#define mkdir(a,b) rb->mkdir((a),(b))
|
||||
#define open(a,b) rb->open((a),(b))
|
||||
#define lseek(a,b,c) rb->lseek((a),(b),(c))
|
||||
#if CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
#if CONFIG_CPU == MCF5249 && !defined(SIMULATOR)
|
||||
#define ICODE_ATTR __attribute__ ((section(".icode")))
|
||||
#define IDATA_ATTR __attribute__ ((section(".idata")))
|
||||
#define USE_IRAM 1
|
||||
|
|
Loading…
Reference in a new issue