summaryrefslogtreecommitdiff
path: root/core/riscv-rv32i/ec.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/riscv-rv32i/ec.lds.S')
-rw-r--r--core/riscv-rv32i/ec.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/riscv-rv32i/ec.lds.S b/core/riscv-rv32i/ec.lds.S
index 21c3de1143..1e629a5779 100644
--- a/core/riscv-rv32i/ec.lds.S
+++ b/core/riscv-rv32i/ec.lds.S
@@ -83,6 +83,7 @@ SECTIONS
"__flash_dma_size < IT83XX_ILM_BLOCK_SIZE");
. = ALIGN(IT83XX_ILM_BLOCK_SIZE);
__ilm0_ram_code = .;
+ KEEP(*(.ram_code_ilm0))
OUTDIR/chip/it83xx/i2c.o (.text*)
OUTDIR/chip/it83xx/i2c.o (.rodata)
OUTDIR/chip/it83xx/hwtimer.o (.text*)