mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Sansa AMS "High Mem" : fix main binary linking broken by r19342
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19346 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
894dbfac18
commit
e3a970f4eb
1 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ STARTUP(target/arm/crt0.o)
|
||||||
#define CODECORIG (IRAMORIG + IRAMSIZE - CODEC_SIZE)
|
#define CODECORIG (IRAMORIG + IRAMSIZE - CODEC_SIZE)
|
||||||
#else
|
#else
|
||||||
#define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGINSIZE - CODECSIZE
|
#define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGINSIZE - CODECSIZE
|
||||||
|
#define CODECORIG (ENDAUDIOADDR)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IRAMORIG 0x0
|
#define IRAMORIG 0x0
|
||||||
|
|
@ -163,5 +164,5 @@ SECTIONS
|
||||||
{
|
{
|
||||||
_pluginbuf = .;
|
_pluginbuf = .;
|
||||||
pluginbuf = .;
|
pluginbuf = .;
|
||||||
} > DRAM
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue