mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
cpu/gd32v: don't set FW_ROM_LEN to ROM_LEN
FW_ROM_LEN is supposed to be a subset of ROM_LEN that contains the firmware (without bootloader, AUX slot).
This commit is contained in:
parent
fe48fae2ad
commit
d26937fe9c
@ -17,7 +17,7 @@ else
|
||||
$(error CPU model $(CPU_MODEL) not supported)
|
||||
endif
|
||||
|
||||
FW_ROM_LEN ?= $(shell printf "0x%x" $$(($(ROM_LEN:%K=%*1024))))
|
||||
ROM_LEN := $(shell printf "0x%x" $$(($(ROM_LEN:%K=%*1024))))
|
||||
|
||||
RIOTBOOT_HDR_LEN ?= 0x400
|
||||
ifneq (,$(filter usbus_dfu tinyusb_dfu,$(USEMODULE)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user