]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8641hpcn/mpc8641hpcn.c
powerpc: Move cpu specific lmb reserve to arch_lmb_reserve
[karo-tx-uboot.git] / board / freescale / mpc8641hpcn / mpc8641hpcn.c
index 166ff0c97b0df494aa269c823fa898f62259619a..cd2ce4b75aef591752030e59ec31ea00265479dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006, 2007, 2010 Freescale Semiconductor.
+ * Copyright 2006, 2007, 2010-2011 Freescale Semiconductor.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -261,12 +261,3 @@ void board_reset(void)
        while (1)
                ;
 }
-
-#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