summaryrefslogtreecommitdiff
path: root/ld_scripts/stm32_f04_6.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld_scripts/stm32_f04_6.ld')
-rw-r--r--ld_scripts/stm32_f04_6.ld6
1 files changed, 0 insertions, 6 deletions
diff --git a/ld_scripts/stm32_f04_6.ld b/ld_scripts/stm32_f04_6.ld
deleted file mode 100644
index f96278d..0000000
--- a/ld_scripts/stm32_f04_6.ld
+++ /dev/null
@@ -1,6 +0,0 @@
-MEMORY {
- flash (rx) : org = 0x08000000, len = 32k
- ram (rwx) : org = 0x20000000, len = 6k
-}
-
-INCLUDE "arm_flash_ram.ld"