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
|
||||
|
||||
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET
|
||||
#define ENDADDR (ORIGADDR + DRAMSIZE)
|
||||
|
||||
#ifdef IRIVER_H100
|
||||
#define DRAMORIG 0x20000000 + STUBOFFSET
|
||||
|
@ -29,6 +28,8 @@ INPUT(crt0.o)
|
|||
#define IRAMSIZE 0x1000
|
||||
#endif
|
||||
|
||||
#define ENDADDR (DRAMORIG + DRAMSIZE)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue