Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48859
b: refs/heads/master
c: 1eccad0
h: refs/heads/master
i:
  48857: 0a184f8
  48855: 501e72e
v: v3
  • Loading branch information
Kumar Gala committed Feb 17, 2007
1 parent 53f7d62 commit 9a4be72
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 336c3c2ec7e24bdf01c8f0c311ac7081b1f73d72
refs/heads/master: 1eccad01acaf7659abdcc9a72408456558bb4fb0
11 changes: 0 additions & 11 deletions trunk/arch/powerpc/platforms/83xx/mpc832x_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,6 @@ static void __init mpc832x_sys_setup_arch(void)
}

#endif /* CONFIG_QUICC_ENGINE */

#ifdef CONFIG_BLK_DEV_INITRD
if (initrd_start)
ROOT_DEV = Root_RAM0;
else
#endif
#ifdef CONFIG_ROOT_NFS
ROOT_DEV = Root_NFS;
#else
ROOT_DEV = Root_HDA1;
#endif
}

static int __init mpc832x_declare_of_platform_devices(void)
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/platforms/83xx/mpc834x_itx.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ static void __init mpc834x_itx_setup_arch(void)

ppc_md.pci_exclude_device = mpc83xx_exclude_device;
#endif

#ifdef CONFIG_ROOT_NFS
ROOT_DEV = Root_NFS;
#else
ROOT_DEV = Root_HDA1;
#endif
}

static void __init mpc834x_itx_init_IRQ(void)
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/platforms/83xx/mpc834x_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ static void __init mpc834x_mds_setup_arch(void)
#endif

mpc834x_usb_cfg();

#ifdef CONFIG_ROOT_NFS
ROOT_DEV = Root_NFS;
#else
ROOT_DEV = Root_HDA1;
#endif
}

static void __init mpc834x_mds_init_IRQ(void)
Expand Down
11 changes: 0 additions & 11 deletions trunk/arch/powerpc/platforms/83xx/mpc8360e_pb.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,6 @@ static void __init mpc8360_sys_setup_arch(void)
}

#endif /* CONFIG_QUICC_ENGINE */

#ifdef CONFIG_BLK_DEV_INITRD
if (initrd_start)
ROOT_DEV = Root_RAM0;
else
#endif
#ifdef CONFIG_ROOT_NFS
ROOT_DEV = Root_NFS;
#else
ROOT_DEV = Root_HDA1;
#endif
}

static int __init mpc8360_declare_of_platform_devices(void)
Expand Down

0 comments on commit 9a4be72

Please sign in to comment.