summaryrefslogtreecommitdiff
path: root/firmware/kernel.c
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-19 21:34:03 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-19 21:34:03 +0000
commita3ed6e9c7a90cd5dcffed397c894e480672d667c (patch)
treebfe04a6aad8f8daa987b49fee195594ed0f49a45 /firmware/kernel.c
parent8ec05779e3cb42654fd774906561d586b4f1095e (diff)
Gmini
* advances in the handling of the smsc chip * moved stuff to where it belongs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6023 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/kernel.c')
-rw-r--r--firmware/kernel.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/kernel.c b/firmware/kernel.c
index ca0dcf5458..1306b4b524 100644
--- a/firmware/kernel.c
+++ b/firmware/kernel.c
@@ -257,13 +257,6 @@ void TIMER0(void)
void TIMER0(void)
{
int i;
-
- /* Mess with smsc chip. No idea what for.
- */
- if (smsc_version() < 4) {
- P6 |= 0x08;
- P10 |= 0x20;
- }
/* Keep alive (?)
* If this is not done, power goes down when DC is unplugged.