mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-08 18:58:34 -05:00
Remove M0 ldscript NVRAM region.
I misunderstood the documentation. It's not NVRAM (backed up by VBAT), it just survives a deeper core sleep than other RAM does.
This commit is contained in:
parent
52e8093618
commit
e9c47ff91a
@ -25,7 +25,6 @@ MEMORY
|
|||||||
{
|
{
|
||||||
flash : org = 0x00000000, len = 128k /* SPIFI flash @ 0x140????? */
|
flash : org = 0x00000000, len = 128k /* SPIFI flash @ 0x140????? */
|
||||||
ram : org = 0x20000000, len = 64k /* AHB SRAM @ 0x20000000 */
|
ram : org = 0x20000000, len = 64k /* AHB SRAM @ 0x20000000 */
|
||||||
nvram : org = 0x10088000, len = 8k /* Local SRAM, VBAT domain */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
__ram_start__ = ORIGIN(ram);
|
__ram_start__ = ORIGIN(ram);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user