FreeCalypso > hg > tcs211-fcmodem
comparison chipsetsw/system/template/gsm_ds_k5a3281.template @ 16:68de2b16cf0d
use compacted linker script template and neutralized bootloader.lib
like leo2moko-debug and tcs211-l1-reconst
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 23 Sep 2016 05:53:17 +0000 |
parents | 509db1a7b7b8 |
children |
comparison
equal
deleted
inserted
replaced
15:118ecc51e1d2 | 16:68de2b16cf0d |
---|---|
30 | 30 |
31 /* Magic Word for Calypso Boot ROM */ | 31 /* Magic Word for Calypso Boot ROM */ |
32 MWC_MEM (RXI) : org = 0x00002000 len = 0x00000004 fill = 0x0000001 | 32 MWC_MEM (RXI) : org = 0x00002000 len = 0x00000004 fill = 0x0000001 |
33 | 33 |
34 /* Program Memory */ | 34 /* Program Memory */ |
35 P_MEM1 (RXI) : org = 0x00010000 len = 0x00000700 | 35 P_MEM1 (RXI) : org = 0x00004000 len = 0x00000700 |
36 P_MEM2 (RXI) : org = 0x00010700 len = 0x00000004 | 36 P_MEM2 (RXI) : org = 0x00004700 len = 0x00000004 |
37 P_MEM3 (RXI) : org = 0x00010704 len = 0x002ef8fc | 37 P_MEM3 (RXI) : org = 0x00004704 len = 0x002fb8fc |
38 | 38 |
39 /* FFS Area */ | 39 /* FFS Area */ |
40 FFS_MEM (RX) : org = 0x00380000 len = 0x00080000 | 40 FFS_MEM (RX) : org = 0x00380000 len = 0x00080000 |
41 /**************************************************************************/ | 41 /**************************************************************************/ |
42 | 42 |