aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2018-03-23 21:22:03 +0800
committerJérôme Forissier <jerome.forissier@linaro.org>2018-04-03 18:25:00 +0200
commit5beb990909cb162fd2cbad1015a7d3dad59523d7 (patch)
tree8a805fc9821011ba667ee73b6a11965af426349c /lib/libutee
parentfd0bc1edc87cd07509730573bde9c48d1c231ef3 (diff)
libutee: remove redundant #define for TEE_MAX_NUMBER_OF_SUPPORTED_BITS
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'lib/libutee')
-rw-r--r--lib/libutee/tee_api_arith.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libutee/tee_api_arith.c b/lib/libutee/tee_api_arith.c
index f1b600e1..6dcd2409 100644
--- a/lib/libutee/tee_api_arith.c
+++ b/lib/libutee/tee_api_arith.c
@@ -39,13 +39,6 @@
#define MPA_INTERNAL_MEM_POOL_SIZE 12
-/*
- * THIS IS THE MAXIMUM NUMBER OF BITS THAT THE LIBRARY SUPPORTS.
- * It defines the size of the scratch memory pool for the underlying
- * mpa library.
- */
-#define TEE_MAX_NUMBER_OF_SUPPORTED_BITS 2048
-
static uint32_t mempool_u32[mpa_scratch_mem_size_in_U32(
MPA_INTERNAL_MEM_POOL_SIZE,
TEE_MAX_NUMBER_OF_SUPPORTED_BITS)];