mirror of https://github.com/wolfSSL/wolfBoot.git
config: examples: use ecc256 and sha256 for basic QEMU FSP example
parent
9410292dd1
commit
6c5efe246f
|
@ -1,8 +1,8 @@
|
||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
TARGET=x86_fsp_qemu
|
TARGET=x86_fsp_qemu
|
||||||
WOLFBOOT_SMALL_STACK=1
|
WOLFBOOT_SMALL_STACK=1
|
||||||
SIGN?=ECC384
|
SIGN=ECC256
|
||||||
HASH?=SHA384
|
HASH=SHA256
|
||||||
DEBUG=1
|
DEBUG=1
|
||||||
SPMATH=1
|
SPMATH=1
|
||||||
FORCE_32BIT=1
|
FORCE_32BIT=1
|
||||||
|
|
Loading…
Reference in New Issue