aboutsummaryrefslogtreecommitdiff
path: root/gcc_nrf51_s110-sd6_xxaa.ld
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_nrf51_s110-sd6_xxaa.ld')
-rw-r--r--gcc_nrf51_s110-sd6_xxaa.ld10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc_nrf51_s110-sd6_xxaa.ld b/gcc_nrf51_s110-sd6_xxaa.ld
deleted file mode 100644
index ac2bf9e..0000000
--- a/gcc_nrf51_s110-sd6_xxaa.ld
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Linker script to configure memory regions. */
-SEARCH_DIR(.)
-GROUP(-lgcc -lc -lnosys)
-
-MEMORY
-{
- FLASH (rx) : ORIGIN = 0x14000, LENGTH = 0x2C000 /* 80 kB is taken by S110, 176 kB available for application. */
- RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000 /* 8 kB, 8 kB is taken by S110. */
-}
-INCLUDE "gcc_nrf51_common.ld"