arm/cxd56xx/lc823450/rp2040: replace arch testset to board implement
This patch to resolve the regression which leads to the breakage of spresense:smp Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
3ec2f70046
commit
5db447623d
@ -45,6 +45,7 @@ CHIP_CSRCS += cxd56_cpupause.c
|
||||
CHIP_CSRCS += cxd56_cpustart.c
|
||||
ifeq ($(CONFIG_CXD56_TESTSET),y)
|
||||
CHIP_CSRCS += cxd56_testset.c
|
||||
CMN_ASRCS := $(filter-out arm_testset.S,$(CMN_ASRCS))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -95,6 +95,7 @@ CHIP_CSRCS += lc823450_cpuindex.c
|
||||
CHIP_CSRCS += lc823450_cpupause.c
|
||||
CHIP_CSRCS += lc823450_cpustart.c
|
||||
CHIP_CSRCS += lc823450_testset.c
|
||||
CMN_ASRCS := $(filter-out arm_testset.S,$(CMN_ASRCS))
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_LC823450_SDRAM), y)
|
||||
|
@ -38,6 +38,7 @@ CHIP_CSRCS += rp2040_cpustart.c
|
||||
CHIP_CSRCS += rp2040_cpupause.c
|
||||
CHIP_CSRCS += rp2040_cpuidlestack.c
|
||||
CHIP_CSRCS += rp2040_testset.c
|
||||
CMN_ASRCS := $(filter-out arm_testset.S,$(CMN_ASRCS))
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RP2040_DMAC),y)
|
||||
|
Loading…
Reference in New Issue
Block a user