mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
d2827996af
commit
1e4c2fd9d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue