mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
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:
@@ -36,8 +36,6 @@
|
||||
* Public Symbols
|
||||
****************************************************************************/
|
||||
|
||||
.globl up_testset
|
||||
|
||||
/****************************************************************************
|
||||
* Assembly Macros
|
||||
****************************************************************************/
|
||||
@@ -72,7 +70,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
.globl up_testset
|
||||
.weak up_testset
|
||||
.type up_testset, %function
|
||||
|
||||
up_testset:
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
* Public Symbols
|
||||
****************************************************************************/
|
||||
|
||||
PUBLIC up_testset
|
||||
PUBWEAK up_testset
|
||||
|
||||
/****************************************************************************
|
||||
* Assembly Macros
|
||||
|
||||
Reference in New Issue
Block a user