summaryrefslogblamecommitdiffstats
path: root/bsps/sparc/leon3/start/linkcmds.ut700
blob: 6954e88f45a1f7e368869b7e1771d28f54834dd8 (plain) (tree)


















                                                               

            
                     
/*  linkcmds
 */

/* Default values, can be overridden */

_PROM_SIZE = DEFINED (_PROM_SIZE) ? _PROM_SIZE : 2M;
_PROM_START = DEFINED (_PROM_START) ? _PROM_START : 0x00000000;

_RAM_SIZE = DEFINED (_RAM_SIZE) ? _RAM_SIZE : 4M;
_RAM_START = DEFINED (_RAM_START) ? _RAM_START : 0x40000000;

/* these are the maximum values */

MEMORY
{
  rom     : ORIGIN = 0x00000000, LENGTH = 256M
  ram     : ORIGIN = 0x40000000, LENGTH = 1024M
}

ENTRY(start)

INCLUDE linkcmds.base