From 74acea1b72f3e742b09a840deed57f20a48ec8d8 Mon Sep 17 00:00:00 2001 From: Pascal Brand <pascal.brand@st.com> Date: Fri, 9 Oct 2015 18:41:49 +0200 Subject: [PATCH] Fix fvp compilation with GP tests Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Pascal Brand <pascal.brand@st.com> --- fvp.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/fvp.mk b/fvp.mk index b1ad2c3..4017493 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 ################################################################################ -- GitLab