Adjust RSA4096 stack usage warning.

pull/88/head
David Garske 2021-03-25 09:38:18 -07:00 committed by Daniele Lacamera
parent 7793433b3a
commit fcf7fcc93e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ ifeq ($(SIGN),RSA4096)
CFLAGS+=-DWOLFBOOT_SIGN_RSA4096 -DXMALLOC_USER $(RSA_EXTRA_CFLAGS) \
-DIMAGE_HEADER_SIZE=1024
ifeq ($(WOLFTPM),0)
CFLAGS+=-Wstack-usage=12288
CFLAGS+=-Wstack-usage=18064
else
CFLAGS+=-Wstack-usage=10680
endif