mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29448 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
59c5e791a1
commit
30fb680a4d
10 changed files with 1702 additions and 264 deletions
|
|
@ -100,7 +100,7 @@ SECTIONS
|
|||
*(.stack)
|
||||
stackbegin = .;
|
||||
_stackbegin = .;
|
||||
. += 0x4000;
|
||||
. += 0x2000;
|
||||
stackend = .;
|
||||
_stackend = .;
|
||||
_irqstackbegin = .;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue