mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
5ee28017fd
commit
34e1209284
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ void system_init(void)
|
|||
DEV_INIT2 = 0x40000000;
|
||||
|
||||
/* reset all allowed devices */
|
||||
DEV_RS = 0x3ffffef8;
|
||||
DEV_RS = 0x3dfffef8;
|
||||
DEV_RS2 = 0xffffdfff;
|
||||
DEV_RS = 0x00000000;
|
||||
DEV_RS2 = 0x00000000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue