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