moves linker script file into moonlight

This commit is contained in:
2026-04-10 12:35:55 +02:00
parent 764ccd4a52
commit 86025e020d
7 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
OUTPUT_ARCH( "riscv" )
ENTRY( _start )
INCLUDE memory_map.ld
REGION_ALIAS("LOCATION_TEXT", flash);
REGION_ALIAS("LOCATION_RODATA", flash);
REGION_ALIAS("LOCATION_DATA", ram);
REGION_ALIAS("LOCATION_STACK", ram);
INCLUDE sections.ld