powerpc: Move cpu specific lmb reserve to arch_lmb_reserve
[oweals/u-boot.git] / board / freescale / mpc8572ds / mpc8572ds.c
index 4b2ef4e5e6ce420eae29f5a942b9de8b6aa5fd19..f444805a4d3f95f963df65f85501bfdd794d0613 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2010 Freescale Semiconductor, Inc.
+ * Copyright 2007-2011 Freescale Semiconductor, Inc.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -259,12 +259,3 @@ void ft_board_setup(void *blob, bd_t *bd)
 #endif
 }
 #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