mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
boards: don't export ROM_OFFSET variable
This commit is contained in:
parent
bd81060354
commit
b7f5b18991
@ -14,4 +14,4 @@ FFLAGS = $(PROG_DEV) $(FLASHFILE)
|
||||
DEBUGGER_FLAGS =
|
||||
|
||||
# Skip the space needed by the embedded bootloader
|
||||
export ROM_OFFSET ?= 0x3000
|
||||
ROM_OFFSET ?= 0x3000
|
||||
|
@ -11,7 +11,7 @@ FLASHFILE ?= $(BINFILE)
|
||||
FFLAGS = -d 1d50:607f -a 0 -s 0x08005000:leave -D $(FLASHFILE)
|
||||
|
||||
# Skip the space needed by the embedded bootloader
|
||||
export ROM_OFFSET ?= 0x5000
|
||||
ROM_OFFSET ?= 0x5000
|
||||
|
||||
# this board uses openocd
|
||||
include $(RIOTMAKE)/tools/openocd.inc.mk
|
||||
|
@ -47,7 +47,7 @@ ifeq (dfu-util,$(PROGRAMMER))
|
||||
$(error DFU_USB_ID is not set)
|
||||
endif
|
||||
# Skip the space needed by the embedded bootloader
|
||||
export ROM_OFFSET ?= 0x2000
|
||||
ROM_OFFSET ?= 0x2000
|
||||
FLASHER = dfu-util
|
||||
DEBUGGER = # no debugger
|
||||
RESET ?= # dfu-util has no support for resetting the device
|
||||
|
Loading…
Reference in New Issue
Block a user