mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -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;
|
||||
(*info).sector_size = SECTOR_SIZE;
|
||||
(*info).num_sectors = (*ftl_nand_type).userblocks * ppb;
|
||||
(*info).vendor = "Apple";
|
||||
(*info).product = "iPod Nano 2G";
|
||||
(*info).revision = "1.0";
|
||||
(*info).vendor = "";
|
||||
(*info).product = "";
|
||||
(*info).revision = "";
|
||||
}
|
||||
|
||||
long nand_last_disk_activity(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue