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:
Marcin Bukat 2010-10-22 12:12:24 +00:00
parent 38edf679f2
commit c35eea508f

View file

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