summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-02-07 01:46:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-02-07 01:46:56 +0000
commitbf11674d10e9e2f95eb7707beded6152493b42da (patch)
tree2a7d23cf9c48e5b00a7c074d121c65167c2d25af /firmware
parent0b31a007bbb8d08552fafe786c799ffc35580360 (diff)
downloadrockbox-bf11674d10e9e2f95eb7707beded6152493b42da.tar.gz
rockbox-bf11674d10e9e2f95eb7707beded6152493b42da.zip
iRiver: Removed redundant initiation in power_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5823 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/power.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/power.c b/firmware/drivers/power.c
index 7977b8c4fa..b8892b9238 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -64,11 +64,6 @@ int radio_get_status(void)
64void power_init(void) 64void power_init(void)
65{ 65{
66#ifdef IRIVER_H100 66#ifdef IRIVER_H100
67 GPIO1_OUT |= 0x00080000;
68 GPIO1_ENABLE |= 0x00080000;
69 GPIO1_FUNCTION |= 0x00080000;
70
71 GPIO_OUT |= 0x80000000;
72 GPIO_ENABLE |= 0x80000000; 67 GPIO_ENABLE |= 0x80000000;
73 GPIO_FUNCTION |= 0x80000000; 68 GPIO_FUNCTION |= 0x80000000;
74#else 69#else