Fix ipod nano 2g bootloader link problem, caused by my previous commit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23348 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-10-25 14:03:43 +00:00
parent d2827996af
commit 1e4c2fd9d2

View file

@ -94,9 +94,9 @@ SECTIONS
#ifdef IPOD_NANO2G
/* The bss section is too large for IRAM - we just move it 12MB into the
DRAM */
. += (12*1024*1024) {
. += (12*1024*1024);
#endif
.bss :{
.bss : {
_edata = .;
*(.bss*);
*(.ibss);