From 1ca73b4f4a0f6929a6649b4eb12e4ce45644a892 Mon Sep 17 00:00:00 2001 From: Govindraj Raja Date: Wed, 20 Sep 2023 15:31:45 -0500 Subject: fix(build): convert tabs to spaces Convert any used tabs in arch_features.mk to spaces to avoid makefile build issues. Only recipes should be indented with tabs. ENABLE_TRBE_FOR_NS should be enabled only for aarch64 but accidentally its enabled for aarch32 as well in FVP makefile. Change-Id: Iee913a04d6b60a4738183a17421754c2638e8e6d Signed-off-by: Govindraj Raja --- plat/arm/board/fvp/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat/arm/board') diff --git a/plat/arm/board/fvp/platform.mk b/plat/arm/board/fvp/platform.mk index 72f94b0a1..8296c384d 100644 --- a/plat/arm/board/fvp/platform.mk +++ b/plat/arm/board/fvp/platform.mk @@ -75,8 +75,8 @@ ifeq (${ARCH}, aarch64) ifeq (${ENABLE_RME},0) ENABLE_BRBE_FOR_NS := 2 endif + ENABLE_TRBE_FOR_NS := 2 endif -ENABLE_TRBE_FOR_NS := 2 ENABLE_SYS_REG_TRACE_FOR_NS := 2 ENABLE_FEAT_CSV2_2 := 2 ENABLE_FEAT_DIT := 2 -- cgit v1.2.3