Commit e095ba34 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Remove unused function symbols



This patch removes the unused functions that are marked as .global
in code but not defined anywhere in the code.

Change-Id: Ia5057a77c0b0b4a61043eab868734cd3437304cc
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent bf52f40e
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
.globl zero_normalmem .globl zero_normalmem
.globl zeromem .globl zeromem
.globl zeromem16
.globl memcpy16 .globl memcpy16
.globl disable_mmu_el1 .globl disable_mmu_el1
......
/* /*
* Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
.weak plat_handle_double_fault .weak plat_handle_double_fault
.weak plat_handle_el3_ea .weak plat_handle_el3_ea
.globl platform_get_core_pos
#define MPIDR_RES_BIT_MASK 0xff000000 #define MPIDR_RES_BIT_MASK 0xff000000
/* ----------------------------------------------------- /* -----------------------------------------------------
......
/* /*
* Copyright (c) 2014-2017, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
.local platform_normal_stacks .local platform_normal_stacks
.weak plat_get_my_stack .weak plat_get_my_stack
.weak plat_set_my_stack .weak plat_set_my_stack
.globl platform_get_stack
.globl platform_set_stack
/* --------------------------------------------------------------------- /* ---------------------------------------------------------------------
* When the compatility layer is disabled, the new platform APIs * When the compatility layer is disabled, the new platform APIs
......
/* /*
* Copyright (c) 2014-2017, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
.local platform_normal_stacks .local platform_normal_stacks
.weak plat_set_my_stack .weak plat_set_my_stack
.weak plat_get_my_stack .weak plat_get_my_stack
.weak platform_set_stack
.weak platform_get_stack
/* ----------------------------------------------------- /* -----------------------------------------------------
* uintptr_t plat_get_my_stack () * uintptr_t plat_get_my_stack ()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment