diff --git a/fvp.mk b/fvp.mk
index b1ad2c3403a198aed0631d7ba71d9037de41eb17..4017493daaffaccf29c0839cf992556ea0984fb9 100644
--- a/fvp.mk
+++ b/fvp.mk
@@ -139,13 +139,10 @@ generate-dtb: linux
 ################################################################################
 # xtest / optee_test
 ################################################################################
-XTEST_COMMON_FLAGS += CFG_ARM32=y
 xtest: xtest-common
 
-XTEST_CLEAN_COMMON_FLAGS += CFG_ARM32=y
 xtest-clean: xtest-clean-common
 
-XTEST_PATCH_COMMON_FLAGS += CFG_ARM32=y
 xtest-patch: xtest-patch-common
 
 ################################################################################