summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8313erdb
blob: 0898e95570c59fc58ea99d59d461729380dbbeed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file
 *
 * MPC8313E Reference Design Board.
 */

MEMORY {
	RAM : ORIGIN = 0x0, LENGTH = 128M
	ROM : ORIGIN = 0xfe000000, LENGTH = 8M
	MPC83XX_REGS : ORIGIN = 0xe0000000, LENGTH = 256k
	NIRVANA : ORIGIN = 0x0, LENGTH = 0
}

INCLUDE linkcmds.base