1
0
Fork 0
forked from len0rd/rockbox

Move system specific reboot

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11903 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Greg White 2007-01-04 11:33:13 +00:00
parent 6c62f2f32a
commit 0b4f3d9cfa
2 changed files with 33 additions and 23 deletions

View file

@ -81,23 +81,6 @@ void cpu_idle_mode(bool on_off)
}
#endif /* HAVE_ADJUSTABLE_CPU_FREQ */
#if CONFIG_CPU == S3C2440
void system_reboot(void) {
}
void system_init(void)
{
/* Turn off un-needed devices */
/* Turn off all of the UARTS */
CLKCON &= ~( (1<<10) | (1<<11) |(1<<12) );
/* Turn off AC97 and Camera */
CLKCON &= ~( (1<<19) | (1<<20) );
}
#endif
bool detect_flashed_rockbox(void)
{