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);