1
0
Fork 0
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:
Dave Chapman 2007-11-20 07:52:37 +00:00
parent 318c241630
commit 43cb7c3549

View file

@ -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;