1
0
Fork 0
forked from len0rd/rockbox

Ooops. DRAM can't start at 0x30000000 on iRiver

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-04-20 06:48:17 +00:00
parent eaef66efb4
commit 1c40d3cee5
4 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ int load_firmware(void)
unsigned long chksum;
unsigned long sum;
int i;
unsigned char *buf = (unsigned char *)0x30000000;
unsigned char *buf = (unsigned char *)0x31000000;
char str[80];
fd = open("/rockbox.iriver", O_RDONLY);

View file

@ -118,7 +118,7 @@ _pluginbuf = 0;
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE - STUBOFFSET
#ifdef IRIVER_H100
#define DRAMORIG 0x30000000 + STUBOFFSET
#define DRAMORIG 0x31000000 + STUBOFFSET
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x10000
#else

View file

@ -17,7 +17,7 @@ INPUT(crt0.o)
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE
#ifdef IRIVER_H100
#define DRAMORIG 0x30000000
#define DRAMORIG 0x31000000
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x18000
#define FLASHORIG 0x001f0000

View file

@ -17,7 +17,7 @@ INPUT(crt0.o)
#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGINSIZE
#ifdef IRIVER_H100
#define DRAMORIG 0x30000000
#define DRAMORIG 0x31000000
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x18000
#define FLASHORIG 0x001f0000