forked from len0rd/rockbox
Restore a line accidentally removed by r15705
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15719 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
318c241630
commit
43cb7c3549
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ void ata_device_init()
|
|||
IDE0_CFG |= (1<<5);
|
||||
#ifdef IPOD_NANO
|
||||
IDE0_CFG |= (0x10000000); /* cpu > 65MHz */
|
||||
#else
|
||||
IDE0_CFG &=~(0x10000000); /* cpu < 65MHz */
|
||||
#endif
|
||||
|
||||
IDE0_PRI_TIMING0 = 0x10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue