MPIO HD200 - revert change in crt0.S introduced in r28270 to get rid of strange noise produced by buttons on startup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38edf679f2
commit
c35eea508f
1 changed files with 4 additions and 2 deletions
|
@ -277,8 +277,10 @@ start:
|
|||
#endif
|
||||
|
||||
#ifdef MPIO_HD200
|
||||
/* Set KEEP_ACT */
|
||||
move.l #0x00200000,%d0
|
||||
/* Set KEEP_ACT
|
||||
* Set GPIO57 high to remove hissing nois on startup
|
||||
*/
|
||||
move.l #0x02200000,%d0
|
||||
or.l %d0,(0xb4,%a1)
|
||||
or.l %d0,(0xb8,%a1)
|
||||
or.l %d0,(0xbc,%a1)
|
||||
|
|
Loading…
Reference in a new issue