summaryrefslogtreecommitdiffstats
path: root/board/broadcom/bcm_ep/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/broadcom/bcm_ep/board.c')
-rw-r--r--board/broadcom/bcm_ep/board.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/broadcom/bcm_ep/board.c b/board/broadcom/bcm_ep/board.c
index e48cd3f767..6a70a2e305 100644
--- a/board/broadcom/bcm_ep/board.c
+++ b/board/broadcom/bcm_ep/board.c
@@ -53,3 +53,17 @@ int board_early_init_f(void)
return status;
}
+
+#if defined(CONFIG_ARMV7_NONSEC) || defined(CONFIG_ARMV7_VIRT)
+void smp_set_core_boot_addr(unsigned long addr, int corenr)
+{
+}
+
+void smp_kick_all_cpus(void)
+{
+}
+
+void smp_waitloop(unsigned previous_address)
+{
+}
+#endif
OpenPOWER on IntegriCloud