FreeCalypso > hg > freecalypso-sw
diff target-utils/pirexplore/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 | 2900fe603f8a |
children | 1557e15a012f |
line wrap: on
line diff
--- a/target-utils/pirexplore/Makefile Mon Sep 01 07:42:59 2014 +0000 +++ b/target-utils/pirexplore/Makefile Mon Sep 01 08:32:22 2014 +0000 @@ -19,7 +19,8 @@ ln -s $< . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} - ${LD} -N --defsym stack_bottom=0x87FFFC -T ${LDS} -o $@ ${OBJS} \ + ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x87FFFC \ + -T ${LDS} -o $@ ${OBJS} \ --start-group ${LIBS} --end-group \ --start-group ${TC_LIBS} --end-group