aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/86xx
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2007-02-16 17:14:15 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-02-16 19:14:08 -0500
commit578f8f20f3c7e2c18083cf3bd434df994280af30 (patch)
treeec865c26e238768e2ef8eed7d33f29c85cd05324 /arch/powerpc/platforms/86xx
parenta32525449b30dfbae804f6b05cde041f35f5a811 (diff)
[POWERPC] 8[56]xx: Remove obsolete setting of ROOT_DEV for 85xx and 86xx platforms.
Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx')
-rw-r--r--arch/powerpc/platforms/86xx/mpc86xx_hpcn.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
index f4dd5f2f8a28..030f9b2adbca 100644
--- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
+++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
@@ -18,7 +18,6 @@
18#include <linux/kdev_t.h> 18#include <linux/kdev_t.h>
19#include <linux/delay.h> 19#include <linux/delay.h>
20#include <linux/seq_file.h> 20#include <linux/seq_file.h>
21#include <linux/root_dev.h>
22 21
23#include <asm/system.h> 22#include <asm/system.h>
24#include <asm/time.h> 23#include <asm/time.h>
@@ -365,12 +364,6 @@ mpc86xx_hpcn_setup_arch(void)
365 364
366 printk("MPC86xx HPCN board from Freescale Semiconductor\n"); 365 printk("MPC86xx HPCN board from Freescale Semiconductor\n");
367 366
368#ifdef CONFIG_ROOT_NFS
369 ROOT_DEV = Root_NFS;
370#else
371 ROOT_DEV = Root_HDA1;
372#endif
373
374#ifdef CONFIG_SMP 367#ifdef CONFIG_SMP
375 mpc86xx_smp_init(); 368 mpc86xx_smp_init();
376#endif 369#endif