1
0
Fork 0
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:
Rafaël Carré 2010-02-17 23:27:35 +00:00
parent 9f228d7662
commit 8b4ee2cfdd

View file

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