forked from len0rd/rockbox
ENDADDR is now correctly defined
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5188 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c00e4b29e9
commit
ad7be685e1
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,6 @@ INPUT(crt0.o)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET
|
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET
|
||||||
#define ENDADDR (ORIGADDR + DRAMSIZE)
|
|
||||||
|
|
||||||
#ifdef IRIVER_H100
|
#ifdef IRIVER_H100
|
||||||
#define DRAMORIG 0x20000000 + STUBOFFSET
|
#define DRAMORIG 0x20000000 + STUBOFFSET
|
||||||
|
@ -29,6 +28,8 @@ INPUT(crt0.o)
|
||||||
#define IRAMSIZE 0x1000
|
#define IRAMSIZE 0x1000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define ENDADDR (DRAMORIG + DRAMSIZE)
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
|
DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue