summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 528132ace..50f04ad53 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -194,16 +194,7 @@ int main(int argc, char **argv)
fatal_error("could not open and parse modules dependencies");
init_frontend();
-#ifndef DISABLE_CDROM
- if (IS_CDROM) {
- /* try as automatic as possible with cdrom bootdisk */
- ret = cdrom_prepare();
- if (ret != RETURN_OK)
- ret = method_select_and_prepare();
- }
- else
-#endif
- ret = method_select_and_prepare();
+ ret = method_select_and_prepare();
finish_frontend();
close_log();