summaryrefslogtreecommitdiff
path: root/firmware/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 7cde9f5e9f..0013d49519 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -279,6 +279,8 @@ void switch_thread(void)
279 0x1f seems to trigger a reset; 279 0x1f seems to trigger a reset;
280 0x0f is the only one other argument used by Archos. 280 0x0f is the only one other argument used by Archos.
281 */ 281 */
282#elif CONFIG_CPU == S3C2440
283 CLKCON |= 2;
282#endif 284#endif
283 } 285 }
284#endif 286#endif