Submit FS#9749 by Boris Gjenero for missing PP-targets. Do not reset IDE0 on startup.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2009-02-21 09:43:21 +00:00
parent 5ee28017fd
commit 34e1209284

View file

@ -370,7 +370,7 @@ void system_init(void)
DEV_INIT2 = 0x40000000; DEV_INIT2 = 0x40000000;
/* reset all allowed devices */ /* reset all allowed devices */
DEV_RS = 0x3ffffef8; DEV_RS = 0x3dfffef8;
DEV_RS2 = 0xffffdfff; DEV_RS2 = 0xffffdfff;
DEV_RS = 0x00000000; DEV_RS = 0x00000000;
DEV_RS2 = 0x00000000; DEV_RS2 = 0x00000000;