summaryrefslogtreecommitdiffstats
path: root/board/freescale/corenet_ds/corenet_ds.c
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/freescale/corenet_ds/corenet_ds.c
parentccc4a8d89f8abcd30c25ac67a5aa5e57ac2eb515 (diff)
downloadtalos-obmc-uboot-561e710a979c86a0c647dd70d143cafc123bcd64.tar.gz
talos-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/freescale/corenet_ds/corenet_ds.c')
-rw-r--r--board/freescale/corenet_ds/corenet_ds.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/board/freescale/corenet_ds/corenet_ds.c b/board/freescale/corenet_ds/corenet_ds.c
index 232dc7297a..3db93c3644 100644
--- a/board/freescale/corenet_ds/corenet_ds.c
+++ b/board/freescale/corenet_ds/corenet_ds.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2009-2010 Freescale Semiconductor, Inc.
+ * Copyright 2009-2011 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -39,8 +39,6 @@ extern void pci_of_setup(void *blob, bd_t *bd);
DECLARE_GLOBAL_DATA_PTR;
-void cpu_mp_lmb_reserve(struct lmb *lmb);
-
int checkboard (void)
{
u8 sw;
@@ -186,13 +184,6 @@ int misc_init_r(void)
return 0;
}
-#ifdef CONFIG_MP
-void board_lmb_reserve(struct lmb *lmb)
-{
- cpu_mp_lmb_reserve(lmb);
-}
-#endif
-
void ft_board_setup(void *blob, bd_t *bd)
{
phys_addr_t base;
OpenPOWER on IntegriCloud