[RFC PATCH v2 7/9] configs: sandbox: enable the software ecdsa driver

Philippe Reynes philippe.reynes at softathome.com
Thu Feb 19 14:25:50 CET 2026


This commit enables the software ecdsa driver so
ecdsa may by used to check fit signature.

Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
---
v2:
- initial version

 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 4ee7ffa8bc3..2804b530211 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -398,3 +398,4 @@ CONFIG_UTHREAD=y
 CONFIG_UNIT_TEST=y
 CONFIG_UT_TIME=y
 CONFIG_UT_DM=y
+CONFIG_ECDSA_SW=y
-- 
2.43.0



More information about the U-Boot mailing list