]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/xes/xpedite537x/xpedite537x.c
powerpc: Move cpu specific lmb reserve to arch_lmb_reserve
[karo-tx-uboot.git] / board / xes / xpedite537x / xpedite537x.c
index d074495f96674d0d93b639491e39a8a195fcb710..9d9afaefbcc34a2fe46cfc299cf57ccc03291922 100644 (file)
@@ -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