1
0
Fork 0
forked from len0rd/rockbox

Bring Gigabeat S bootloader one step close to a release version.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-05-10 18:00:11 +00:00
parent 6e812b1d2e
commit 80278e45aa
18 changed files with 425 additions and 155 deletions

View file

@ -117,6 +117,7 @@ void system_prepare_fw_start(void)
{
disable_interrupt(IRQ_FIQ_STATUS);
avic_disable_int(ALL);
mc13783_close();
tick_stop();
}
#endif