kinetis/Makefile.include: cleanup unused LINKFLAGS
- _rom_start_addr, _ram_start_addr, _rom_length and _ran_length are already defined in cortexm_common/Makefile.included and can therefore be removed from kinetis/Makefile.include - _ram_base_addr is never used and was not in commit history so is also removed
This commit is contained in:
parent
985ee95d41
commit
1e0f44c28a
@ -27,12 +27,6 @@ CFLAGS += \
|
||||
-DKINETIS_ROMSIZE=$(KINETIS_ROMSIZE) \
|
||||
#
|
||||
|
||||
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_rom_start_addr=$(ROM_START_ADDR)
|
||||
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ram_base_addr=$(RAM_BASE_ADDR)
|
||||
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ram_start_addr=$(RAM_START_ADDR)
|
||||
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_rom_length=$(ROM_LEN)
|
||||
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ram_length=$(RAM_LEN)
|
||||
|
||||
# add the CPU specific flash configuration field for the linker
|
||||
export UNDEF += $(BINDIR)/cpu/fcfield.o
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user