Removed redundand wolfBoot compile options from wolfboot.mk

pull/5/head
Daniele Lacamera 2021-01-18 14:05:40 +01:00
parent 916ad611a7
commit 48a740b411
1 changed files with 1 additions and 8 deletions

View File

@ -45,14 +45,7 @@ $(WOLFBOOT_BIN):
@$(COLOR_ECHO) $(SRC)
@$(COLOR_ECHO)
make -C $(WOLFBOOT) clean
make -C $(WOLFBOOT) TARGET=nrf52 DEBUG=0 BOOT0_OFFSET=$(WOLFBOOT_OFFSET) \
SIGN=ECC256 \
WOLFBOOT_SECTOR_SIZE=0x1000 \
WOLFBOOT_PARTITION_SIZE=0x40000 \
WOLFBOOT_PARTITION_BOOT_ADDRESS=0x20000 \
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x60000 \
WOLFBOOT_PARTITION_SWAP_ADDRESS=0xE0000 \
wolfboot.bin
make -C $(WOLFBOOT) wolfboot.bin
.PHONY: wolfboot-flash-bootloader wolfboot-flash