Subversion Repositories freemyipod

Rev

Rev 273 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 273 Rev 335
Line 4... Line 4...
4
STARTUP(build/ipodclassic/target/ipodclassic/crt0.o)
4
STARTUP(build/ipodclassic/target/ipodclassic/crt0.o)
5
 
5
 
6
MEMORY
6
MEMORY
7
{
7
{
8
    INIT : ORIGIN = 0x08000000, LENGTH = 0x01eff000
8
    INIT : ORIGIN = 0x08000000, LENGTH = 0x01eff000
9
    INITBSS : ORIGIN = 0x0ae00000, LENGTH = 0x0017f000
9
    INITBSS : ORIGIN = 0x0be00000, LENGTH = 0x000ff000
10
    INITSTACK : ORIGIN = 0x0af7f000, LENGTH = 0x00001000
10
    INITSTACK : ORIGIN = 0x0beff000, LENGTH = 0x00001000
11
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0003c000
11
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0003c000
12
    SDRAM : ORIGIN = 0x0af80000, LENGTH = 0x00100000
12
    SDRAM : ORIGIN = 0x0bf00000, LENGTH = 0x00100000
13
}
13
}
14
 
14
 
15
SECTIONS
15
SECTIONS
16
{
16
{
17
    .init :
17
    .init :