Skip to content

Commit 6c5efe2

Browse files
committed
config: examples: use ecc256 and sha256 for basic QEMU FSP example
1 parent 9410292 commit 6c5efe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/examples/x86_fsp_qemu.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARCH=x86_64
22
TARGET=x86_fsp_qemu
33
WOLFBOOT_SMALL_STACK=1
4-
SIGN?=ECC384
5-
HASH?=SHA384
4+
SIGN=ECC256
5+
HASH=SHA256
66
DEBUG=1
77
SPMATH=1
88
FORCE_32BIT=1

0 commit comments

Comments
 (0)