summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
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)
81} 81}
82#endif /* HAVE_ADJUSTABLE_CPU_FREQ */ 82#endif /* HAVE_ADJUSTABLE_CPU_FREQ */
83 83
84#if CONFIG_CPU == S3C2440
85
86void system_reboot(void) {
87}
88
89void system_init(void)
90{
91 /* Turn off un-needed devices */
92
93 /* Turn off all of the UARTS */
94 CLKCON &= ~( (1<<10) | (1<<11) |(1<<12) );
95
96 /* Turn off AC97 and Camera */
97 CLKCON &= ~( (1<<19) | (1<<20) );
98}
99
100#endif
101 84
102bool detect_flashed_rockbox(void) 85bool detect_flashed_rockbox(void)
103{ 86{