fixes memory layout of moonlight

This commit is contained in:
2025-02-24 10:14:10 +01:00
parent 25623e74a0
commit 06cbc26688
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ ENTRY( _start )
MEMORY
{
rom (rxai!w) : ORIGIN = 0x80000000, LENGTH = 64k
ram (wxa!ri) : ORIGIN = 0x80010000, LENGTH = 64k
rom (rxai!w) : ORIGIN = 0xC0000000, LENGTH = 64k
ram (wxa!ri) : ORIGIN = 0xC0010000, LENGTH = 64k
}
PHDRS