Fix the bootloader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17450 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2008-05-10 22:12:57 +00:00
parent 209aa8eda5
commit f177de9aff

View file

@ -63,6 +63,8 @@ SECTIONS
*(.eh_frame)
}
_initdata_end =.;
.stack :
{
*(.stack)