forked from len0rd/rockbox
Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none available
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aafbc559bb
commit
a616f49f04
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@ OUTPUT_FORMAT(elf32-littlemips)
|
||||||
|
|
||||||
#elif CONFIG_CPU == JZ4732
|
#elif CONFIG_CPU == JZ4732
|
||||||
#define DRAMORIG 0x80004000 + STUBOFFSET
|
#define DRAMORIG 0x80004000 + STUBOFFSET
|
||||||
//#define IRAMORIG 0x80000000
|
#define IRAM DRAM
|
||||||
//#define IRAMSIZE 0x4000
|
/* The bit of IRAM that is available is used in the core */
|
||||||
#else
|
#else
|
||||||
#define DRAMORIG 0x09000000 + STUBOFFSET
|
#define DRAMORIG 0x09000000 + STUBOFFSET
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue