config: examples: use ecc256 and sha256 for basic QEMU FSP example

pull/443/head
Marco Oliverio 2024-04-24 16:35:56 +02:00
parent 9410292dd1
commit 6c5efe246f
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
ARCH=x86_64
TARGET=x86_fsp_qemu
WOLFBOOT_SMALL_STACK=1
SIGN?=ECC384
HASH?=SHA384
SIGN=ECC256
HASH=SHA256
DEBUG=1
SPMATH=1
FORCE_32BIT=1