summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds
blob: d5b4b1e14522c0366ea9add69a2780e18f52e058 (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 = 256M - 0x10000
	ROM : ORIGIN = 0xfe000000, LENGTH = 8M
}

REGION_ALIAS ("START", WORK);

INCLUDE linkcmds.mpc83xx