linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [patch]: Remove fixed setting of ROOT_DEV for 7448HPC2 platforms
@ 2007-03-06  6:10 Zang Roy-r61911
  2007-03-08  5:24 ` Kumar Gala
  2007-03-09  5:27 ` [patch]: Unify PCI Express memory map registers structure define Zang Roy-r61911
  0 siblings, 2 replies; 4+ messages in thread
From: Zang Roy-r61911 @ 2007-03-06  6:10 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev list

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

---

 arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c b/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
index 3fcc85f..9922574 100644
--- a/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
+++ b/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
@@ -91,16 +91,6 @@ static void __init mpc7448_hpc2_setup_ar
 	}
 	tsi108_csr_vir_base = get_vir_csrbase();
 
-#ifdef	CONFIG_ROOT_NFS
-	ROOT_DEV = Root_NFS;
-#else
-	ROOT_DEV = Root_HDA1;
-#endif
-
-#ifdef CONFIG_BLK_DEV_INITRD
-	ROOT_DEV = Root_RAM0;
-#endif
-
 	/* setup PCI host bridge */
 #ifdef CONFIG_PCI
 	for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;)
-- 
1.4.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-12  3:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06  6:10 [patch]: Remove fixed setting of ROOT_DEV for 7448HPC2 platforms Zang Roy-r61911
2007-03-08  5:24 ` Kumar Gala
2007-03-09  5:27 ` [patch]: Unify PCI Express memory map registers structure define Zang Roy-r61911
2007-03-12  3:22   ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).