diff 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
line wrap: on
line diff
--- a/target-utils/env/iram.lds	Mon Sep 01 07:42:59 2014 +0000
+++ b/target-utils/env/iram.lds	Mon Sep 01 08:32:22 2014 +0000
@@ -4,7 +4,7 @@
 SECTIONS
 {
     /* code */
-    . = 0x800750;
+    . = Base_addr;
     .text : {
         /* regular code */
         *(.text*)