# HG changeset patch # User Michael Spacefalcon # Date 1371367883 0 # Node ID 1c50add5e2022dea928320d8fa71b23431163820 # Parent 9b4c5ce3db8bdf03e7e6cf5a8224de7789b7ee62 loadagent stack bottom moved to 0x81FFFC: be friendly to chain-loading diff -r 9b4c5ce3db8b -r 1c50add5e202 target-utils/loadagent/Makefile --- 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