]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p2020ds/p2020ds.c
powerpc: Move cpu specific lmb reserve to arch_lmb_reserve
[u-boot] / board / freescale / p2020ds / p2020ds.c
index 16e9206cb6d634dbc26225d0b6754be45239cde2..238b4d925c18a864d23deeda388afcd966863a15 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.
@@ -36,7 +36,6 @@
 #include <fdt_support.h>
 #include <tsec.h>
 #include <asm/fsl_law.h>
-#include <asm/mp.h>
 #include <netdev.h>
 
 #include "../common/ngpixis.h"
@@ -262,10 +261,3 @@ void ft_board_setup(void *blob, bd_t *bd)
 #endif
 }
 #endif
-
-#ifdef CONFIG_MP
-void board_lmb_reserve(struct lmb *lmb)
-{
-       cpu_mp_lmb_reserve(lmb);
-}
-#endif