]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/util/i2cWrite/i2cWrite.cmd
930050c2adfbc10b57fd8d94685eb50cde78eea6
[keystone-rtos/ibl.git] / src / util / i2cWrite / i2cWrite.cmd
2 i2cWrite.oc
3 ../../hw/c64x/make/i2c.oc
5 -c
6 -a
7 -stack 0x400
10 MEMORY
11 {
12         I2C_DAT  :  origin = 0x800000  length = 0x10000
13         L2       :  origin = 0x810000  length = 0x10000
15 }
17 SECTIONS
18 {
19         .i2cData > I2C_DAT
20         .stack   > L2
21         .heap    > L2
22         .text    > L2
23         .cinit   > L2
24         .const   > L2
25         .far     > L2
26         .sysmem  > L2
27         .cio     > L2
28         .switch  > L2
30 }