Make the firmware partition dump code compile again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15223 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f889b778c8
commit
003fc494c2
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ void* main(void)
|
|||
{
|
||||
printf("dumping sector %d", i);
|
||||
}
|
||||
ata_read_sectors(0, pinfo->start + i, 1, sector);
|
||||
ata_read_sectors(IF_MV2(0,) pinfo->start + i, 1, sector);
|
||||
write(fd,sector,512);
|
||||
}
|
||||
close(fd);
|
||||
|
|
Loading…
Reference in a new issue