FreeCalypso > hg > freecalypso-sw
diff target-utils/loadagent/Makefile @ 41:1c50add5e202
loadagent stack bottom moved to 0x81FFFC: be friendly to chain-loading
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 16 Jun 2013 07:31:23 +0000 |
parents | c0e063494194 |
children | 3164604a6c70 |
line wrap: on
line diff
--- a/target-utils/loadagent/Makefile Mon May 13 22:59:08 2013 +0000 +++ b/target-utils/loadagent/Makefile Sun Jun 16 07:31:23 2013 +0000 @@ -18,7 +18,7 @@ ln -s $< . ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} - ${LD} -N --defsym stack_bottom=0x83FFFC -T ${LDS} -o $@ ${OBJS} \ + ${LD} -N --defsym stack_bottom=0x81FFFC -T ${LDS} -o $@ ${OBJS} \ --start-group ${LIBS} --end-group \ --start-group ${TC_LIBS} --end-group