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:
Jared Boone 2015-08-20 16:03:14 -07:00
parent 52e8093618
commit e9c47ff91a

View File

@ -25,7 +25,6 @@ MEMORY
{
flash : org = 0x00000000, len = 128k /* SPIFI flash @ 0x140????? */
ram : org = 0x20000000, len = 64k /* AHB SRAM @ 0x20000000 */
nvram : org = 0x10088000, len = 8k /* Local SRAM, VBAT domain */
}
__ram_start__ = ORIGIN(ram);