From: Keith Packard Date: Sat, 14 Jul 2012 08:24:14 +0000 (-0700) Subject: altos/stm: Force STM stack to start at the top of RAM X-Git-Tag: 1.1~98 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=09633cac697e37d770b2b666ab20cab30628484f;hp=09633cac697e37d770b2b666ab20cab30628484f;p=fw%2Faltos altos/stm: Force STM stack to start at the top of RAM Using a fixed size means crashing if there's not enough space for that, or wasting memory if there's too much. Signed-off-by: Keith Packard ---