Subversion Repositories freemyipod

Rev

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

Rev 573 Rev 849
Line 3... Line 3...
3
OUTPUT_ARCH(arm)
3
OUTPUT_ARCH(arm)
4
STARTUP(build/ipodnano2g/target/ipodnano2g/crt0.o)
4
STARTUP(build/ipodnano2g/target/ipodnano2g/crt0.o)
5
 
5
 
6
MEMORY
6
MEMORY
7
{
7
{
8
    INIT : ORIGIN = 0x08000000, LENGTH = 0x01f80000
8
    INIT : ORIGIN = 0x08000000, LENGTH = 0x01fc0000
9
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0002bdf0
9
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0002bdf0
10
    SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00080000
10
    SDRAM : ORIGIN = 0x09fc0000, LENGTH = 0x00040000
11
}
11
}
12
 
12
 
13
SECTIONS
13
SECTIONS
14
{
14
{
15
    .inithead :
15
    .inithead :