aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/hifive1b.ld
blob: 29ec78ad5d06f480255324efc166cb53bda0e161 (plain)
1
2
3
4
5
6
7
8
9
10

MEMORY
{
    FLASH_TEXT (rw) : ORIGIN = 0x20010000, LENGTH = 0x6a120
    RAM (xrw)       : ORIGIN = 0x80000000, LENGTH = 0x4000
}

_stack_size = 2K;

INCLUDE "targets/riscv.ld"