]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/test/test2/test2.cmd
Version 0.4 from Mike Line
[keystone-rtos/ibl.git] / src / test / test2 / test2.cmd
1 /* Linker command file for test2. Placement is for Tomahawk */
3 c0.obj
4 test2.obj
5 test2ini.obj
8 -c
9 -stack 0x400
12 MEMORY
13 {
15         BLOB_ENTER  : origin = 0xe0000000,  length = 0x0040
16         TEXT            : origin = 0xe0000040,  length = 0x04c0
17         CONST           : origin = 0xe0000500,  length = 0x1100
18         CINIT           : origin = 0xe0001600,  length = 0x0080
20         STACK           : origin = 0x210000,  length = 0x400
21         DATA            : origin = 0x210400,  length = 0x400
23 }
25 SECTIONS
26 {
27         .enter  > BLOB_ENTER
28         .text   > TEXT
29         .dconst > CONST
30         .const  > CONST
31         .cinit  > CINIT
33         .stack > STACK
34         .data  > DATA
35         .bss   > DATA
36         .far   > DATA
37         .data0 > DATA
39 }