summaryrefslogtreecommitdiffstats
path: root/board/xes/xpedite537x
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-01-31 15:51:20 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-04-04 09:24:40 -0500
commit561e710a979c86a0c647dd70d143cafc123bcd64 (patch)
treedeb64200384da61104751949ed3d08447601dafe /board/xes/xpedite537x
parentccc4a8d89f8abcd30c25ac67a5aa5e57ac2eb515 (diff)
downloadblackbird-obmc-uboot-561e710a979c86a0c647dd70d143cafc123bcd64.tar.gz
blackbird-obmc-uboot-561e710a979c86a0c647dd70d143cafc123bcd64.zip
powerpc: Move cpu specific lmb reserve to arch_lmb_reserve
We've been utilizing board_lmb_reserve to reserve the boot page for MP systems. We can just move this into arch_lmb_reserve for 85xx & 86xx systems rather than duplicating in each board port. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/xes/xpedite537x')
-rw-r--r--board/xes/xpedite537x/xpedite537x.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/xes/xpedite537x/xpedite537x.c b/board/xes/xpedite537x/xpedite537x.c
index d074495f96..9d9afaefbc 100644
--- a/board/xes/xpedite537x/xpedite537x.c
+++ b/board/xes/xpedite537x/xpedite537x.c
@@ -96,12 +96,3 @@ void ft_board_setup(void *blob, bd_t *bd)
ft_cpu_setup(blob, bd);
}
#endif
-
-#ifdef CONFIG_MP
-extern void cpu_mp_lmb_reserve(struct lmb *lmb);
-
-void board_lmb_reserve(struct lmb *lmb)
-{
- cpu_mp_lmb_reserve(lmb);
-}
-#endif
OpenPOWER on IntegriCloud