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:
parent
a9640bad1a
commit
150680d677
@ -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:
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
* Public Symbols
|
* Public Symbols
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
PUBLIC up_testset
|
PUBWEAK up_testset
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Assembly Macros
|
* Assembly Macros
|
||||||
|
Loading…
Reference in New Issue
Block a user