aboutsummaryrefslogtreecommitdiff
path: root/examples/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'examples/memory.x')
-rw-r--r--examples/memory.x5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/memory.x b/examples/memory.x
deleted file mode 100644
index eb8c1731d..000000000
--- a/examples/memory.x
+++ /dev/null
@@ -1,5 +0,0 @@
1MEMORY {
2 BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
3 FLASH : ORIGIN = 0x10000100, LENGTH = 1024K - 0x100
4 RAM : ORIGIN = 0x20000000, LENGTH = 256K
5} \ No newline at end of file