Increase iPod Nano 2G stack size to 16KiB

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2009-10-10 22:02:22 +00:00
parent e6ec5414e8
commit 55fc2ea314

View file

@ -107,6 +107,9 @@ SECTIONS
*(.stack)
stackbegin = .;
_stackbegin = .;
#ifdef IPOD_NANO2G
. += 0x4000;
#endif
. += 0x2000;
stackend = .;
_stackend = .;