simplifies linker scripts of riscv-vp
This commit is contained in:
12
env/riscv_vp/ram.lds
vendored
Normal file
12
env/riscv_vp/ram.lds
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
OUTPUT_ARCH( "riscv" )
|
||||
|
||||
ENTRY( _start )
|
||||
|
||||
INCLUDE memory_map.ld
|
||||
|
||||
REGION_ALIAS("REGION_TEXT", ram);
|
||||
REGION_ALIAS("REGION_RODATA", ram);
|
||||
REGION_ALIAS("REGION_DATA", ram);
|
||||
REGION_ALIAS("REGION_BSS", ram);
|
||||
|
||||
INCLUDE sections.ld
|
||||
Reference in New Issue
Block a user