CPU model must be compared to CONFIG_CPU.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17517 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
05e8488ad8
commit
63effbf11c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ OUTPUT_FORMAT(elf32-sh)
|
|||
#define DRAMORIG 0x31000000
|
||||
#define IRAMORIG 0x10010000
|
||||
#define IRAMSIZE 0x10000
|
||||
#elif (defined(PP5022) || defined(PP5024))
|
||||
#elif CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024
|
||||
/* PP5022/24 have 128KB of IRAM */
|
||||
#define DRAMORIG 0x00000000
|
||||
#define IRAMORIG 0x4000c000
|
||||
|
|
Loading…
Reference in a new issue