fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78d54fae75
commit
a6478fda4f
1 changed files with 0 additions and 10 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue