summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/build.mk1
-rw-r--r--board/cr50/ec.tasklist2
2 files changed, 1 insertions, 2 deletions
diff --git a/board/cr50/build.mk b/board/cr50/build.mk
index cb4a0b546b..3f1e8e9a8f 100644
--- a/board/cr50/build.mk
+++ b/board/cr50/build.mk
@@ -90,7 +90,6 @@ fips-${CONFIG_DCRYPTO_BOARD} += dcrypto/trng.o
board-y += tpm2/NVMem.o
board-y += tpm2/aes.o
board-y += tpm2/ecc.o
-board-y += tpm2/ecies.o
board-y += tpm2/endorsement.o
board-y += tpm2/hash.o
board-y += tpm2/hash_data.o
diff --git a/board/cr50/ec.tasklist b/board/cr50/ec.tasklist
index fd72cafaf9..4b60741a76 100644
--- a/board/cr50/ec.tasklist
+++ b/board/cr50/ec.tasklist
@@ -9,7 +9,7 @@
#ifdef CRYPTO_TEST_SETUP
/* some crypto testing console commands require larger stack */
-#define CONSOLE_STACK_SIZE (CONFIG_STACK_SIZE + 512)
+#define CONSOLE_STACK_SIZE (CONFIG_STACK_SIZE + 1024)
#else
#define CONSOLE_STACK_SIZE CONFIG_STACK_SIZE
#endif