mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
remove references to ipod nano 2g rom ata-nand-rk27xx.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a628c999f
commit
7aca544793
1 changed files with 3 additions and 3 deletions
|
|
@ -80,9 +80,9 @@ void nand_get_info(IF_MD2(int drive,) struct storage_info *info)
|
||||||
uint32_t ppb = ftl_banks * (*ftl_nand_type).pagesperblock;
|
uint32_t ppb = ftl_banks * (*ftl_nand_type).pagesperblock;
|
||||||
(*info).sector_size = SECTOR_SIZE;
|
(*info).sector_size = SECTOR_SIZE;
|
||||||
(*info).num_sectors = (*ftl_nand_type).userblocks * ppb;
|
(*info).num_sectors = (*ftl_nand_type).userblocks * ppb;
|
||||||
(*info).vendor = "Apple";
|
(*info).vendor = "";
|
||||||
(*info).product = "iPod Nano 2G";
|
(*info).product = "";
|
||||||
(*info).revision = "1.0";
|
(*info).revision = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
long nand_last_disk_activity(void)
|
long nand_last_disk_activity(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue