OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [i960/] [eval960.ld] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1625 jcastillo
/*----------------------------------------------------------*/
2
/*              Linker Directive File (init_jx.ld)             */
3
/*----------------------------------------------------------*/
4
MEMORY
5
{
6
    data:       o=0xA3C00000,l=0x40000   /* for 4 MB dram on eval board */
7
/*    data:       o=0xA3800000,l=0x80000    for 8 MB dram on eval board */
8
/*    data:       o=0xA3000000,l=0x100000    for 16 MB dram on eval board */
9
/*    data:       o=0xA2C00000,l=0x200000    for 32 MB dram on eval board */
10
}
11
 
12
SECTIONS
13
{
14
  .text :
15
        {
16
          *(.text)
17
          .=ALIGN(0x10);
18
        } > data
19
        .data :
20
        {
21
        } > data
22
        .bss :
23
        {
24
        } > data
25
}
26
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.