summaryrefslogtreecommitdiff
path: root/arch/arm/cpu
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/cpu
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/cpu')
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/mp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/mp.c b/arch/arm/cpu/armv8/fsl-layerscape/mp.c
index b5916ff3f3..d57b2898d4 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/mp.c
+++ b/arch/arm/cpu/armv8/fsl-layerscape/mp.c
@@ -23,11 +23,6 @@ void *get_spin_tbl_addr(void)
return &__spin_table;
}
-phys_addr_t determine_mp_bootpg(void)
-{
- return (phys_addr_t)&secondary_boot_code;
-}
-
void update_os_arch_secondary_cores(uint8_t os_arch)
{
u64 *table = get_spin_tbl_addr();