[POWERPC] Platforms shouldn't mess with ROOT_DEV
There is no good reason for board platform code to mess with the ROOT_DEV. Remove it from all in-tree platforms except powermac. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
d27c1cedc0
commit
745e102775
@@ -257,11 +257,6 @@ static void __init pSeries_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/sda2\n");
|
||||
ROOT_DEV = Root_SDA2;
|
||||
}
|
||||
|
||||
fwnmi_init();
|
||||
|
||||
/* Find and initialize PCI host bridges */
|
||||
|
Reference in New Issue
Block a user