summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/disk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/common/disk.c b/firmware/common/disk.c
index c26fdb3..3d4dd3d 100644
--- a/firmware/common/disk.c
+++ b/firmware/common/disk.c
@@ -148,10 +148,6 @@ int disk_mount(int drive)
{
return 0;
}
-#if !defined(ELIO_TPJ1022) && !defined(MROBE_100)
- /* The Elio's hard drive has no partition table and probing for partitions causes
- Rockbox to crash - so we temporarily disable the probing until we fix the
- real problem. */
#ifdef TOSHIBA_GIGABEAT_S
int i = 1; /* For the Gigabeat S, we mount the second partition */
#else
@@ -185,7 +181,6 @@ int disk_mount(int drive)
}
#endif
}
-#endif
if (mounted == 0 && volume != -1) /* none of the 4 entries worked? */
{ /* try "superfloppy" mode */