summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
authorGreg White <gwhite@rockbox.org>2007-01-04 11:33:13 +0000
committerGreg White <gwhite@rockbox.org>2007-01-04 11:33:13 +0000
commit0b4f3d9cfa3bc9f86f8e86e196b9f9534515e870 (patch)
treecaead7fdd12fa973dff8b5936d700355d4c16643 /firmware/system.c
parent6c62f2f32a74c60a82024f666594b3bfd3ef8d94 (diff)
Move system specific reboot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11903 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 2bbcd06378..4ab47fac1f 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -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)
{