1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-15 00:16:48 +00:00
Atmosphere/thermosphere/tegra-t210-arm-tf.mem

9 lines
258 B
Text
Raw Normal View History

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 = 0xFF800000, LENGTH = 0x400000
}