summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/start/linkcmds.dp2
blob: 4ad76d6fce15bfb968e391fc072624dfc7838e8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file
 *
 * Linker command file for the Direct Prototyping Data Processing board.
 */

MEMORY {
	/* For the 4k adjustment see cpuinit.c */
	RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
	ROM : ORIGIN = 0xffe00000, LENGTH = 2M
	REGS : ORIGIN = 0xf0000000, LENGTH = 64k
	DPRAM : ORIGIN = 0x0, LENGTH = 0
}

INCLUDE linkcmds.gen5200_base