Split RISC-V targets into 32/64-bit

This commit is contained in:
Yannis Huber
2020-06-01 16:39:05 +02:00
committed by Ron Evans
parent 875d36cba0
commit 34e0961a79
7 changed files with 20 additions and 71 deletions
+11
View File
@@ -0,0 +1,11 @@
MEMORY
{
RAM (xrw) : ORIGIN = 0xffffffff80000000, LENGTH = 6M
}
REGION_ALIAS("FLASH_TEXT", RAM);
_stack_size = 2K;
INCLUDE "targets/riscv.ld"