Increase Nano2G main stack size to 16K again. We won't get rid of the stkov's at 8K easily.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2010-03-11 02:58:39 +00:00
parent 62c011c8fb
commit 14b1f00244

View file

@ -107,7 +107,7 @@ SECTIONS
*(.stack)
stackbegin = .;
_stackbegin = .;
. += 0x2000;
. += 0x4000;
stackend = .;
_stackend = .;
_irqstackbegin = .;