all: move generic ARM bits into separate files

This commit is contained in:
Ayke van Laethem
2018-09-22 01:44:47 +02:00
parent 895d109fc4
commit 12298d23a7
5 changed files with 67 additions and 58 deletions
-8
View File
@@ -1,12 +1,4 @@
MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 256K /* .text */
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
}
_stack_size = 2K;
/* define output sections */
SECTIONS
{