From 492d9b153d00ec2fc2fec89ded42e71df52e27aa Mon Sep 17 00:00:00 2001 From: Inochi Amaoto Date: Sat, 7 Oct 2023 11:06:30 +0800 Subject: platform: generic: thead: separate implement of T-HEAD c9xx errata Separate the implement of T-HEAD c9xx errata to allow any platform with bug related to c9xx cores can use it. Signed-off-by: Inochi Amaoto Reviewed-by: Anup Patel --- platform/generic/thead/objects.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'platform/generic/thead/objects.mk') diff --git a/platform/generic/thead/objects.mk b/platform/generic/thead/objects.mk index df2c61ba..84f9fafb 100644 --- a/platform/generic/thead/objects.mk +++ b/platform/generic/thead/objects.mk @@ -7,6 +7,8 @@ platform-objs-$(CONFIG_THEAD_C9XX_PMU) += thead/thead_c9xx_pmu.o +platform-objs-$(CONFIG_THEAD_C9XX_ERRATA) += thead/thead_c9xx_tlb_trap_handler.o +platform-objs-$(CONFIG_THEAD_C9XX_ERRATA) += thead/thead_c9xx_errata_tlb_flush.o + carray-platform_override_modules-$(CONFIG_PLATFORM_THEAD) += thead_generic platform-objs-$(CONFIG_PLATFORM_THEAD) += thead/thead-generic.o -platform-objs-$(CONFIG_PLATFORM_THEAD) += thead/thead-trap-handler.o -- cgit v1.3.1