aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/syslib
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-04-19 11:48:34 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-04-21 11:19:09 -0400
commit87c448c2f2dd734910617274637e726c82d0af25 (patch)
treea578838517bbcc3a1f71ada0045b870cffb4ebf2 /arch/ppc/syslib
parent546be91915a17e4faa9df91caa3ace0c92efa3ab (diff)
[PPC] Remove mpc885ads and mpc86x ads boards from arch/ppc
We have a board port in arch/powerpc so we dont need this one anymore. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/ppc/syslib')
-rw-r--r--arch/ppc/syslib/m8xx_setup.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/ppc/syslib/m8xx_setup.c b/arch/ppc/syslib/m8xx_setup.c
index 9caf850c9b38..dcd08d4a7f1d 100644
--- a/arch/ppc/syslib/m8xx_setup.c
+++ b/arch/ppc/syslib/m8xx_setup.c
@@ -143,16 +143,6 @@ m8xx_setup_arch(void)
143#endif 143#endif
144#endif 144#endif
145 145
146#if defined (CONFIG_MPC86XADS) || defined (CONFIG_MPC885ADS)
147#if defined(CONFIG_MTD_PHYSMAP)
148 physmap_configure(binfo->bi_flashstart, binfo->bi_flashsize,
149 MPC8xxADS_BANK_WIDTH, NULL);
150#ifdef CONFIG_MTD_PARTITIONS
151 physmap_set_partitions(mpc8xxads_partitions, mpc8xxads_part_num);
152#endif /* CONFIG_MTD_PARTITIONS */
153#endif /* CONFIG_MTD_PHYSMAP */
154#endif
155
156 board_init(); 146 board_init();
157} 147}
158 148