summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb
blob: 717b3b4866582a41149a591435bd4394f310bc5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
MEMORY {
	RESCONF : ORIGIN = 0x0, LENGTH = 0x100
	VECTORS : ORIGIN = 0x100, LENGTH = 0x10000 - 0x100
	WORK : ORIGIN = 0x10000, LENGTH = 128M - 0x10000
	ROM : ORIGIN = 0xfe000000, LENGTH = 8M
}

REGION_ALIAS ("START", WORK);

INCLUDE linkcmds.mpc83xx