forked from len0rd/rockbox
Use proper CPU defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5811 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a0ed6077a4
commit
3d9be05fba
1 changed files with 1 additions and 1 deletions
|
|
@ -1064,7 +1064,7 @@ int ata_hard_reset(void)
|
|||
/* state HRR1 */
|
||||
or_b(0x02, &PADRH); /* negate _RESET */
|
||||
sleep(1); /* > 2ms */
|
||||
#elif defined HAVE_MCF5249
|
||||
#elif config_cpu == MCF5249
|
||||
GPIO_OUT &= ~0x00080000;
|
||||
sleep(1); /* > 25us */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue