]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/platforms/celleb/setup.c
[POWERPC] Platforms shouldn't mess with ROOT_DEV
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / celleb / setup.c
index 0f1dddb81cd2a36b2b11457b0d1ae02249fec22a..1769d755eff30670eee5bd58f0c498b618aec4ce 100644 (file)
@@ -101,11 +101,6 @@ static void __init celleb_setup_arch(void)
        /* init to some ~sane value until calibrate_delay() runs */
        loops_per_jiffy = 50000000;
 
-       if (ROOT_DEV == 0) {
-               printk("No ramdisk, default root is /dev/hda2\n");
-               ROOT_DEV = Root_HDA2;
-       }
-
 #ifdef CONFIG_DUMMY_CONSOLE
        conswitchp = &dummy_con;
 #endif