|
@@ -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
|
|
* See file CREDITS for list of people who contributed to this
|
|
* project.
|
|
* project.
|
|
@@ -39,8 +39,6 @@ extern void pci_of_setup(void *blob, bd_t *bd);
|
|
|
|
|
|
DECLARE_GLOBAL_DATA_PTR;
|
|
DECLARE_GLOBAL_DATA_PTR;
|
|
|
|
|
|
-void cpu_mp_lmb_reserve(struct lmb *lmb);
|
|
|
|
-
|
|
|
|
int checkboard (void)
|
|
int checkboard (void)
|
|
{
|
|
{
|
|
u8 sw;
|
|
u8 sw;
|
|
@@ -186,13 +184,6 @@ int misc_init_r(void)
|
|
return 0;
|
|
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)
|
|
void ft_board_setup(void *blob, bd_t *bd)
|
|
{
|
|
{
|
|
phys_addr_t base;
|
|
phys_addr_t base;
|