aboutsummaryrefslogtreecommitdiff
path: root/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'memory.x')
-rw-r--r--memory.x10
1 files changed, 0 insertions, 10 deletions
diff --git a/memory.x b/memory.x
deleted file mode 100644
index b47534f18..000000000
--- a/memory.x
+++ /dev/null
@@ -1,10 +0,0 @@
1/* Memory layout for MCXA276 - RAM execution with cortex-m-rt */
2MEMORY
3{
4 /* FLASH and RAM overlap for RAM-execution experiments. */
5 FLASH : ORIGIN = 0x20000000, LENGTH = 128K
6 /* RAM overlaps FLASH */
7 RAM : ORIGIN = 0x20000000, LENGTH = 128K
8}
9
10/* Leave symbol and section boundary definitions to cortex-m-rt's link.x. */