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