moves linker script file into moonlight
This commit is contained in:
12
port/moonlight/lds/ram.lds
Normal file
12
port/moonlight/lds/ram.lds
Normal file
@@ -0,0 +1,12 @@
|
||||
OUTPUT_ARCH(riscv)
|
||||
|
||||
ENTRY(_start)
|
||||
|
||||
INCLUDE memory_map.ld
|
||||
|
||||
REGION_ALIAS("LOCATION_TEXT", ram);
|
||||
REGION_ALIAS("LOCATION_RODATA", ram);
|
||||
REGION_ALIAS("LOCATION_DATA", ram);
|
||||
REGION_ALIAS("LOCATION_STACK", ram);
|
||||
|
||||
INCLUDE sections.ld
|
||||
Reference in New Issue
Block a user