arch/arm: set arm_testset to weak function

Some chips require the implementation of
their own unique test set function.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
zhangyuan21 2023-03-22 11:53:33 +08:00 committed by Xiang Xiao
parent a9640bad1a
commit 150680d677
2 changed files with 2 additions and 4 deletions

View File

@ -36,8 +36,6 @@
* Public Symbols * Public Symbols
****************************************************************************/ ****************************************************************************/
.globl up_testset
/**************************************************************************** /****************************************************************************
* Assembly Macros * Assembly Macros
****************************************************************************/ ****************************************************************************/
@ -72,7 +70,7 @@
* *
****************************************************************************/ ****************************************************************************/
.globl up_testset .weak up_testset
.type up_testset, %function .type up_testset, %function
up_testset: up_testset:

View File

@ -36,7 +36,7 @@
* Public Symbols * Public Symbols
****************************************************************************/ ****************************************************************************/
PUBLIC up_testset PUBWEAK up_testset
/**************************************************************************** /****************************************************************************
* Assembly Macros * Assembly Macros