Subversion Repositories freemyipod

Rev

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

Rev 573 Rev 815
Line 3... Line 3...
3
OUTPUT_ARCH(arm)
3
OUTPUT_ARCH(arm)
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 = 0x03f80000
8
    INIT : ORIGIN = 0x08000000, LENGTH = 0x03fc0000
9
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0003c000
9
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0003c000
10
    SDRAM : ORIGIN = 0x0bf80000, LENGTH = 0x00080000
10
    SDRAM : ORIGIN = 0x0bfc0000, LENGTH = 0x00040000
11
}
11
}
12
 
12
 
13
SECTIONS
13
SECTIONS
14
{
14
{
15
    .inithead :
15
    .inithead :