Skip to content
Snippets Groups Projects
Commit 5019afe2 authored by Igor Opaniuk's avatar Igor Opaniuk Committed by Jérôme Forissier
Browse files

poplar: default enable CFG_ENABLE_EMBEDDED_TESTS for optee-os


Default enable CFG_ENABLE_EMBEDDED_TESTS for OP-TEE os for Poplar.

Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: default avatarIgor Opaniuk <igor.opaniuk@gmail.com>
parent 47a303e8
No related branches found
Tags 3.13.0-rc1
No related merge requests found
......@@ -107,7 +107,8 @@ arm-tf-clean:
################################################################################
# OP-TEE
################################################################################
OPTEE_OS_COMMON_FLAGS += CFG_ARM64_core=y CFG_DRAM_SIZE_GB=1
OPTEE_OS_COMMON_FLAGS += CFG_ARM64_core=y CFG_DRAM_SIZE_GB=1 \
CFG_ENABLE_EMBEDDED_TESTS=y
.PHONY: optee-os
optee-os: optee-os-common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment