summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-fsl-layerscape
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-06-01 22:53:30 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-07-27 11:46:27 +0300
commitc31ac97f96797c60f9fd365536970310cf897e78 (patch)
tree39f1a9a6ea40571ea259880dc6bc711819c6af3d /arch/arm/include/asm/arch-fsl-layerscape
parentb1c41231c43b0cc6719b93fe0e0e985b7abb7f5a (diff)
downloadu-boot-c31ac97f96797c60f9fd365536970310cf897e78.tar.xz
armv8: layerscape: remove determine_mp_bootpg()
Only the PowerPC architecture needs this function. Remove it. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-fsl-layerscape')
-rw-r--r--arch/arm/include/asm/arch-fsl-layerscape/mp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/mp.h b/arch/arm/include/asm/arch-fsl-layerscape/mp.h
index 623977651a..3b470439bd 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/mp.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/mp.h
@@ -42,7 +42,6 @@ int fsl_layerscape_wake_seconday_cores(void);
static inline int fsl_layerscape_wake_seconday_cores(void) { return 0; }
#endif
void *get_spin_tbl_addr(void);
-phys_addr_t determine_mp_bootpg(void);
int is_core_online(u64 cpu_id);
u32 cpu_pos_mask(void);
#endif