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:
parent
eaef66efb4
commit
1c40d3cee5
4 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue