# HG changeset patch # User Mychaela Falconia # Date 1475427359 0 # Node ID a1ed3269da4826e56eaeac0004d3f40e4004c279 # Parent 7bd197063b9e7f4296c1f8eba39b9ab8d4ca48a6 gsm_ds_pirelli_ram.template: reserve the first 0x100 bytes of IRAM diff -r 7bd197063b9e -r a1ed3269da48 src/cs/system/template/gsm_ds_pirelli_ram.template --- a/src/cs/system/template/gsm_ds_pirelli_ram.template Sun Oct 02 16:51:22 2016 +0000 +++ b/src/cs/system/template/gsm_ds_pirelli_ram.template Sun Oct 02 16:55:59 2016 +0000 @@ -50,7 +50,7 @@ /* CS6: Calypso Internal SRAM 512 kbytes **********************************/ /* Code & Variables Memory */ - S_MEM (RXW) : org = 0x00800000 len = 0x00080000 + S_MEM (RXW) : org = 0x00800100 len = 0x0007ff00 /**************************************************************************/ }