thermosphere: rework linkscrips, use discardable sections, better sp pivot on crash
This commit is contained in:
8
thermosphere/tegra-t210-nintendo.mem
Normal file
8
thermosphere/tegra-t210-nintendo.mem
Normal file
@@ -0,0 +1,8 @@
|
||||
MEMORY
|
||||
{
|
||||
NULL : ORIGIN = 0, LENGTH = 0x1000
|
||||
main : ORIGIN = 0x80000000, LENGTH = 0xD000
|
||||
|
||||
/* This area is overwritten by the secure monitor when preparing for deep sleep. */
|
||||
temp : ORIGIN = 0x8000F000, LENGTH = 0x11000
|
||||
}
|
||||
Reference in New Issue
Block a user