Skip to content

Commit 678433a

Browse files
committed
Minor fix to ensure proper image header size is correct in test-app.
1 parent ac9e2b8 commit 678433a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test-app/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ TARGET?=none
44
ARCH?=ARM
55
KINETIS_CMSIS?=$(KINETIS)/CMSIS
66

7+
ifeq ($(SIGN),RSA2048)
8+
IMAGE_HEADER_SIZE:=512
9+
endif
10+
711
CFLAGS:=-g -ggdb -Wall -Wstack-usage=1024 -ffreestanding -Wno-unused -DPLATFORM_$(TARGET) -I../include -nostartfiles
812

913
APP_OBJS:=app_$(TARGET).o led.o system.o timer.o ../hal/$(TARGET).o ../src/libwolfboot.o

0 commit comments

Comments
 (0)