summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/startup/linkcmds.leon3_qemu
blob: 1a0e3e5afd8be644e8a372ff1fcc4f8c86d4da6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
MEMORY {
  rom : ORIGIN = 0x00000000, LENGTH = 8M
  ram : ORIGIN = 0x40000000, LENGTH = 64M
}

_PROM_START = ORIGIN (rom);
_PROM_SIZE = LENGTH (rom);

_RAM_START = ORIGIN (ram);
_RAM_SIZE = LENGTH (ram);

INCLUDE linkcmds.base