FreeCalypso > hg > freecalypso-sw
changeset 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 | 9b4c5ce3db8b |
children | 5da0cbee2b89 |
files | target-utils/loadagent/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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