Skip to content

Commit

Permalink
cpu/lm4f120: make use of cortexm.ld
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Sep 18, 2022
1 parent 32c0f0e commit 8cd892e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
8 changes: 8 additions & 0 deletions cpu/lm4f120/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ROM_LEN ?= 0x40000
RAM_LEN ?= 0x8000

ROM_START_ADDR ?= 0x00000000
RAM_START_ADDR ?= 0x20000000

LINKER_SCRIPT ?= cortexm.ld

include $(RIOTMAKE)/arch/cortexm.inc.mk

include $(RIOTCPU)/stellaris_common/Makefile.include
26 changes: 0 additions & 26 deletions cpu/lm4f120/ldscripts/LM4F120H5QR.ld

This file was deleted.

0 comments on commit 8cd892e

Please sign in to comment.