summaryrefslogtreecommitdiffstats
path: root/bootloader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main.c')
-rw-r--r--bootloader/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index 11e0f71801..aeb470b658 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -150,17 +150,6 @@ int main(void)
start_iriver_fw();
}
- GPIO_FUNCTION |= 0x40000040;
- GPIO1_FUNCTION |= 0x00000062;
-
- IDECONFIG1 = 0x00107000;
- IDECONFIG2 = 0x00040000;
-
- /* Hard drive power */
- GPIO_OUT &= ~0x00000040;
- GPIO_ENABLE |= 0x00040240;
- GPIO_FUNCTION |= 0x00040200;
-
rc = ata_init();
if(rc)
{