Commit 6406063899cc6f558df1e751d46de2e3c45c2189

Authored by Zang Roy-r61911
Committed by Paul Mackerras
1 parent 36241ce695

[POWERPC] Remove fixed setting of ROOT_DEV for 7448HPC2 platforms

Remove fixed setting of ROOT_DEV for 7448HPC2 platforms.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

Showing 1 changed file with 0 additions and 10 deletions Side-by-side Diff

arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
... ... @@ -91,16 +91,6 @@
91 91 }
92 92 tsi108_csr_vir_base = get_vir_csrbase();
93 93  
94   -#ifdef CONFIG_ROOT_NFS
95   - ROOT_DEV = Root_NFS;
96   -#else
97   - ROOT_DEV = Root_HDA1;
98   -#endif
99   -
100   -#ifdef CONFIG_BLK_DEV_INITRD
101   - ROOT_DEV = Root_RAM0;
102   -#endif
103   -
104 94 /* setup PCI host bridge */
105 95 #ifdef CONFIG_PCI
106 96 for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;)