move fromhost/tohost for moonlight into ram
This commit is contained in:
parent
5353d7d258
commit
82bd81bb60
4
env/moonlight/spi_flash.lds
vendored
4
env/moonlight/spi_flash.lds
vendored
@ -171,10 +171,10 @@ SECTIONS
|
||||
.stack ORIGIN(ram) + LENGTH(ram) - __stack_size :
|
||||
{
|
||||
PROVIDE( _heap_end = . );
|
||||
PROVIDE( tohost = . );
|
||||
PROVIDE( fromhost = . );
|
||||
. = __stack_size;
|
||||
PROVIDE( _sp = . );
|
||||
} >ram AT>ram :ram
|
||||
|
||||
PROVIDE( tohost = 0xfffffff0 );
|
||||
PROVIDE( fromhost = 0xfffffff8 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user