diff target-utils/loadagent/Makefile @ 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 90af6744d256
children 5cff3579814c
line wrap: on
line diff
--- a/target-utils/loadagent/Makefile	Mon Sep 01 07:42:59 2014 +0000
+++ b/target-utils/loadagent/Makefile	Mon Sep 01 08:32:22 2014 +0000
@@ -20,7 +20,8 @@
 	ln -s $< .
 
 ${PROG}.elf:	${OBJS} ${LIBS} ${LDS}
-	${LD} -N --defsym stack_bottom=0x81FFFC -T ${LDS} -o $@ ${OBJS} \
+	${LD} -N --defsym Base_addr=0x838000 --defsym stack_bottom=0x83FFFC \
+		-T ${LDS} -o $@ ${OBJS} \
 		--start-group ${LIBS} --end-group \
 		--start-group ${TC_LIBS} --end-group