summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
blob: 094fdf51af5c5d61cf2e826a131f673d557092a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file 
 *
 * Default linker script -- copy of linkcmds.mpc8313erdb
 * for MPC8313E Reference Design Board.
 *
 * This exists simply for consistency so autoconf tests will
 * be able to compile against this BSP.
 */

EXTERN (__vectors)

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

INCLUDE linkcmds.base