forked from len0rd/rockbox
as3525: make clear the CCU bit we can't reset is the IDE interface
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24738 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f228d7662
commit
8b4ee2cfdd
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ void system_init(void)
|
|||
unsigned int reset_loops = 640;
|
||||
|
||||
CCU_SRC = 0x1fffff0
|
||||
& ~(1<<18); /* FIXME */
|
||||
& ~CCU_SRC_IDE_EN; /* FIXME */
|
||||
while(reset_loops--)
|
||||
CCU_SRL = CCU_SRL_MAGIC_NUMBER;
|
||||
CCU_SRC = CCU_SRL = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue