summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.brs5l
blob: 034aab84fa39df5945c720ee189004ed1a15795b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file
 *
 * Linker command file for the BRS5L board.
 */

MEMORY {
	RAM : ORIGIN = 0x0, LENGTH = 128M
	ROM : ORIGIN = 0xffe00000, LENGTH = 2M
	DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
	REGS : ORIGIN = 0xf0000000, LENGTH = 64k
	NIRVANA : ORIGIN = 0x0, LENGTH = 0
}

INCLUDE linkcmds.base