comparison target-utils/env/iram.lds @ 629:e7ba9fcb3637

target-utils: move loadagent to 0x838000 in preparation for ramImages that load iram.text directly into IRAM
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 01 Sep 2014 08:32:22 +0000
parents 40f607bb0a2c
children a7b0b426f9ca
comparison
equal deleted inserted replaced
628:c2f2f7d78451 629:e7ba9fcb3637
2 OUTPUT_ARCH(arm) 2 OUTPUT_ARCH(arm)
3 ENTRY(_entry) 3 ENTRY(_entry)
4 SECTIONS 4 SECTIONS
5 { 5 {
6 /* code */ 6 /* code */
7 . = 0x800750; 7 . = Base_addr;
8 .text : { 8 .text : {
9 /* regular code */ 9 /* regular code */
10 *(.text*) 10 *(.text*)
11 /* gcc voodoo */ 11 /* gcc voodoo */
12 *(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx) 12 *(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)