fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2010-07-09 09:18:40 +00:00
parent 78d54fae75
commit a6478fda4f

View file

@ -117,16 +117,6 @@ static void start_mpio_firmware(void)
asm(" jmp 8");
}
static void __reset(void)
{
asm(" move.w #0x2700,%sr");
__reset_cookie();
asm(" movec.l %d0,%vbr");
asm(" move.l (0), %sp");
asm(" movea.l (4),%a0");
asm(" jmp (%a0)");
}
static void __shutdown(void)
{
if (_charger_inserted())